Made a Content base class, and changed GM extra content interface.

This commit is contained in:
Mark Wolfman
2021-08-07 21:18:34 -05:00
parent a18b6df3bb
commit 92b301a8e0
12 changed files with 346 additions and 318 deletions
+7 -3
View File
@@ -1,4 +1,8 @@
\pdfbookmark[0]{[[ title ]]}{[[ title ]]}
\section*{[[ title ]]}
[% for section in sections %]
[[ rst | rst_to_latex ]]
\pdfbookmark[0]{[[ section.name ]]}{[[ section.name ]]}
\section*{[[ section.name ]]}
[[ section.__doc__ | rst_to_latex ]]
[% endfor %]