From 654a84174adbb323423d4a5a0a9c3945df073610 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 29 Jun 2012 11:53:59 +1200 Subject: Move docs into pathod server. --- doc-src/index.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 doc-src/index.py (limited to 'doc-src/index.py') 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") -] -- cgit v1.2.3