aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/dev/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/dev/index.py')
-rw-r--r--doc-src/dev/index.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc-src/dev/index.py b/doc-src/dev/index.py
new file mode 100644
index 00000000..001c2b89
--- /dev/null
+++ b/doc-src/dev/index.py
@@ -0,0 +1,6 @@
+from countershape import Page
+
+pages = [
+ Page("testing.html", "Testing"),
+# Page("addingviews.html", "Writing Content Views"),
+]