From 7963e94b66da5ae455d99e1cb700604006df5221 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Wed, 27 Oct 2021 14:57:10 +1100 Subject: Files for 0.237 --- docs/release/scripts/minimaws/lib/htmltmpl.py | 32 +++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) (limited to 'docs/release/scripts/minimaws/lib/htmltmpl.py') diff --git a/docs/release/scripts/minimaws/lib/htmltmpl.py b/docs/release/scripts/minimaws/lib/htmltmpl.py index a80b4099787..62e1bbcf1ea 100644 --- a/docs/release/scripts/minimaws/lib/htmltmpl.py +++ b/docs/release/scripts/minimaws/lib/htmltmpl.py @@ -281,11 +281,27 @@ SOFTWARE_CLONES_ROW = string.Template( ' ${supported}\n' \ ' \n') +SOFTWARE_NOTES_PROLOGUE = string.Template( + '

Notes

\n' \ + '
\n') + +SOFTWARE_NOTES_EPILOGUE = string.Template( + '
\n' \ + '\n\n') + +SOFTWARE_PARTS_PROLOGUE = string.Template( + '

Parts

\n' \ + '
\n\n') + +SOFTWARE_PARTS_EPILOGUE = string.Template( + '
\n' \ + '\n\n') + SOFTWARE_PART_PROLOGUE = string.Template( - '

${heading}

\n' \ - '\n' \ - ' \n' \ - ' \n') + '

${heading}

\n' \ + '
Short name:${shortname}
Interface:${interface}
\n' \ + ' \n' \ + ' \n') SOFTWARELIST_PROLOGUE = string.Template( @@ -328,6 +344,14 @@ SOFTWARELIST_PROLOGUE = string.Template( ' \n' \ '
Short name:${shortname}
Interface:${interface}
\n') +SOFTWARELIST_NOTES_PROLOGUE = string.Template( + '

Notes

\n' \ + '
\n') + +SOFTWARELIST_NOTES_EPILOGUE = string.Template( + '
\n' \ + '\n\n') + SOFTWARELIST_MACHINE_TABLE_HEADER = string.Template( '

Machines

\n' \ '\n' \ -- cgit v1.2.3-70-g09d2