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.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc-src/dev/index.py b/doc-src/dev/index.py
deleted file mode 100644
index ddf100d0..00000000
--- a/doc-src/dev/index.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from countershape import Page
-
-pages = [
- Page("testing.html", "Testing"),
- Page("architecture.html", "Architecture"),
- Page("sslkeylogfile.html", "TLS Master Secrets"),
- # Page("addingviews.html", "Writing Content Views"),
-]