aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/index.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-06-29 11:53:59 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-06-29 11:53:59 +1200
commit654a84174adbb323423d4a5a0a9c3945df073610 (patch)
treeadf7858313c6ebf1563a4f11a644e047913c72c1 /doc-src/index.py
parent1b42f5ab1f3e22c760d155c7e3dea283032a517e (diff)
downloadmitmproxy-654a84174adbb323423d4a5a0a9c3945df073610.tar.gz
mitmproxy-654a84174adbb323423d4a5a0a9c3945df073610.tar.bz2
mitmproxy-654a84174adbb323423d4a5a0a9c3945df073610.zip
Move docs into pathod server.
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")
-]