]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
would help to have the files all checked in....
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Dec 2006 17:50:18 +0000 (17:50 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Dec 2006 17:50:18 +0000 (17:50 +0000)
doc/build/content/documentation.myt [new file with mode: 0644]

diff --git a/doc/build/content/documentation.myt b/doc/build/content/documentation.myt
new file mode 100644 (file)
index 0000000..af73c2a
--- /dev/null
@@ -0,0 +1,20 @@
+<%flags>inherit='base.myt'</%flags>
+<%args>
+    extension
+    toc
+</%args>
+<%method title>
+    SQLAlchemy Documentation
+</%method>
+<& index.myt, toc=toc, extension=extension, onepage=True &>
+% for file in toc.filenames:
+% current = toc.get_by_file(file)
+<A name="<% current.path %>"></a>
+<& nav.myt:pagenav, item=current, extension=extension, onepage=True &>
+<div class="topnavmain">
+       <div class="topnavheader"><% current.description %></div>
+</div>
+<div class="sectioncontent">
+%   m.comp(file + ".myt", toc=toc, extension=extension, onepage=True)
+</div>
+%