From: Mike Bayer Date: Sun, 10 Dec 2006 17:50:18 +0000 (+0000) Subject: would help to have the files all checked in.... X-Git-Tag: rel_0_3_2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=203853eddc8bffccc25eb8549237da05f325e606;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git would help to have the files all checked in.... --- diff --git a/doc/build/content/documentation.myt b/doc/build/content/documentation.myt new file mode 100644 index 0000000000..af73c2a610 --- /dev/null +++ b/doc/build/content/documentation.myt @@ -0,0 +1,20 @@ +<%flags>inherit='base.myt' +<%args> + extension + toc + +<%method title> + SQLAlchemy Documentation + +<& index.myt, toc=toc, extension=extension, onepage=True &> +% for file in toc.filenames: +% current = toc.get_by_file(file) + +<& nav.myt:pagenav, item=current, extension=extension, onepage=True &> +
+
<% current.description %>
+
+
+% m.comp(file + ".myt", toc=toc, extension=extension, onepage=True) +
+%