From cbd8d09849fbbd8ccd8f5cbe29f09949fc344767 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 3 Aug 2011 20:28:52 +1200 Subject: Miscelaneous doc updates. - Make typography less hideous. - Stub out the docs I'm about to write. --- doc-src/scripts/index.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc-src/scripts/index.py (limited to 'doc-src/scripts/index.py') diff --git a/doc-src/scripts/index.py b/doc-src/scripts/index.py new file mode 100644 index 00000000..805a17d9 --- /dev/null +++ b/doc-src/scripts/index.py @@ -0,0 +1,6 @@ +from countershape import Page + +pages = [ + Page("flows.html", "Introduction to flows"), + Page("api.html", "API"), +] -- cgit v1.2.3