aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/index.py')
-rw-r--r--doc-src/index.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc-src/index.py b/doc-src/index.py
deleted file mode 100644
index de392004..00000000
--- a/doc-src/index.py
+++ /dev/null
@@ -1,15 +0,0 @@
-from countershape import widgets, layout, html, blog, markup, sitemap
-from countershape.doc import *
-
-ns.foot = "Copyright 2012 Aldo Cortesi"
-this.markup = markup.Markdown(extras=dict(footnotes=True))
-this.layout = layout.FileLayout("_layout_full.html")
-this.titlePrefix = ""
-this.site_url = "http://corte.si"
-pages = [
- Page("index.html", "overview", namespace=dict(section="index")),
- Page("pathod.html", "pathod", namespace=dict(section="docs")),
- Page("pathoc.html", "pathoc", namespace=dict(section="docs")),
- Page("test.html", "libpathod.test", namespace=dict(section="docs")),
- sitemap.Sitemap("sitemap.xml")
-]