From e937a4b3769d7a879926f88bd4d29f4201afec4e Mon Sep 17 00:00:00 2001 From: ianb Date: Tue, 27 Sep 2005 04:58:55 +0000 Subject: Refactored and culled documentation --- setup.cfg | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 2dea101..73e9f58 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,13 +3,20 @@ tag_build = dev tag_svn_revision = true [pudge] -docs = docs/index.txt +theme = lesscode.org +docs = docs/index.txt docs/DeveloperGuidelines.txt docs/StyleGuide.txt + docs/testing-applications.txt docs/url-parsing-with-wsgi.txt dest = docs/html modules = paste -title = Python Paste +title = Paste Core +organization = Python Paste +organization_url = http://pythonpaste.org/ +trac_url = http://pythonpaste.org/trac/ +blog_url = http://pythonpaste.org/news/ +mailing_list_url = http://pythonpaste.org/community/mailing-list.html [publish] doc-dir=docs/html -doc-dest=scp://ianb@webwareforpython.org/home/paste/htdocs/paste-test +doc-dest=scp://ianb@webwareforpython.org/home/paste/htdocs/new/paste make-dirs=1 -- cgit v1.2.1