summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2005-09-28 08:25:24 +0000
committerIan Bicking <ian@ianbicking.org>2005-09-28 08:25:24 +0000
commit3a0706f56f2f109b21965fe27c020687a893f525 (patch)
tree1772822f45c633eef22ad473c13105c454ed6670
parenta2a33505e29eb8aeaab99e922ba5309dd48c26f9 (diff)
downloadpaste-git-3a0706f56f2f109b21965fe27c020687a893f525.tar.gz
Changed theme; fixed some small markup
-rw-r--r--docs/index.txt2
-rw-r--r--setup.cfg2
-rw-r--r--setup.py2
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
<http://www.htmlhelp.com/tools/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
<http://www.htmlhelp.com/tools/validator/>`_, appending any errors
or warnings to the page, in ``paste.wdg_validator``