From 3a0706f56f2f109b21965fe27c020687a893f525 Mon Sep 17 00:00:00 2001 From: Ian Bicking Date: Wed, 28 Sep 2005 08:25:24 +0000 Subject: Changed theme; fixed some small markup --- docs/index.txt | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index 64b640b..bc08010 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -116,7 +116,7 @@ Debugging Filters * Capture ``print`` output and present it in the browser for debugging, in ``paste.printdebug`` -* Validate all HTML output from applications using the ``WDG Validator +* Validate all HTML output from applications using the `WDG Validator `_, appending any errors or warnings to the page, in ``paste.wdg_validator`` diff --git a/setup.cfg b/setup.cfg index 73e9f58..3fbf4a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ tag_build = dev tag_svn_revision = true [pudge] -theme = lesscode.org +theme = pythonpaste.org docs = docs/index.txt docs/DeveloperGuidelines.txt docs/StyleGuide.txt docs/testing-applications.txt docs/url-parsing-with-wsgi.txt dest = docs/html diff --git a/setup.py b/setup.py index 139a8e7..aa3e493 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ Debugging Filters * Capture ``print`` output and present it in the browser for debugging, in ``paste.printdebug`` -* Validate all HTML output from applications using the ``WDG Validator +* Validate all HTML output from applications using the `WDG Validator `_, appending any errors or warnings to the page, in ``paste.wdg_validator`` -- cgit v1.2.1