diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-06-24 10:54:37 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-06-24 10:54:37 +1200 |
commit | 6d0b49dfef9c3a047127de5f56660da49f3e65af (patch) | |
tree | 1c1b2eb18595a6c103ad973de8a7b4f675925717 /doc-src/index.py | |
parent | 3bc7f4e1cd8f01413b4a697d9009a39c100c8bb0 (diff) | |
download | mitmproxy-6d0b49dfef9c3a047127de5f56660da49f3e65af.tar.gz mitmproxy-6d0b49dfef9c3a047127de5f56660da49f3e65af.tar.bz2 mitmproxy-6d0b49dfef9c3a047127de5f56660da49f3e65af.zip |
Documentation.
Diffstat (limited to 'doc-src/index.py')
-rw-r--r-- | doc-src/index.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc-src/index.py b/doc-src/index.py index 85d3e339..de392004 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -8,11 +8,8 @@ this.titlePrefix = "" this.site_url = "http://corte.si" pages = [ Page("index.html", "overview", namespace=dict(section="index")), - Page("docs.html", "docs", namespace=dict(section="docs")), + 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") ] -ns.sidebar = widgets.SiblingPageIndex( - pages[0], - depth=1, - divclass="sidebarmenu" - ) |