From 203853eddc8bffccc25eb8549237da05f325e606 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 10 Dec 2006 17:50:18 +0000 Subject: [PATCH] would help to have the files all checked in.... --- doc/build/content/documentation.myt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/build/content/documentation.myt 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) +
+% -- 2.47.2