From: Mike Bayer Date: Sat, 17 Mar 2007 16:58:12 +0000 (+0000) Subject: css tag X-Git-Tag: rel_0_3_6~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c2e2098315f1fba9fe675317ee0ecf2b19e670;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git css tag --- diff --git a/doc/build/content/docstrings.html b/doc/build/content/docstrings.html index 709b99abd0..1fdde37e21 100644 --- a/doc/build/content/docstrings.html +++ b/doc/build/content/docstrings.html @@ -6,11 +6,6 @@ <%namespace name="pydoc" file="pydoc.html"/> <%def name="title()">SQLAlchemy 0.3 Documentation - Modules and Classes -<%def name="style()"> - ${parent.style()} - - - <%! filename = 'docstrings' %> diff --git a/doc/build/templates/module.html b/doc/build/templates/module.html index bcab68cfdd..846a666d12 100644 --- a/doc/build/templates/module.html +++ b/doc/build/templates/module.html @@ -14,6 +14,11 @@ data = data[self.template.module.docstring] %> +<%def name="style()"> + ${parent.style()} + + + ${nav.topnav(item=current, toc=toc, extension=extension, paged=True)} ${pydoc.obj_doc(obj=data, toc=toc, extension=extension, paged=True)}