diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-20 17:42:33 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-20 17:42:33 +0000 |
| commit | 5f017332c43b831181e0191cad01f6a48ae3fbb0 (patch) | |
| tree | 59b820fb69bc87e6acda0b7a20df996276d7e4ce /docutils/tools | |
| parent | e33c3166c86534f55a01843860ae70695a78133c (diff) | |
| download | docutils-5f017332c43b831181e0191cad01f6a48ae3fbb0.tar.gz | |
changed default PEP python home to http://www.python.org
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3526 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools')
| -rw-r--r-- | docutils/tools/docutils.conf | 1 | ||||
| -rw-r--r-- | docutils/tools/pep-html-template | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/docutils/tools/docutils.conf b/docutils/tools/docutils.conf index 9f218d3bf..8d09a65a5 100644 --- a/docutils/tools/docutils.conf +++ b/docutils/tools/docutils.conf @@ -13,4 +13,3 @@ field-name-limit: 20 # These entries affect reStructuredText-style PEPs: template: pep-html-template stylesheet-path: stylesheets/pep.css -python-home: http://www.python.org diff --git a/docutils/tools/pep-html-template b/docutils/tools/pep-html-template index 94ecafb70..bbaeb64b2 100644 --- a/docutils/tools/pep-html-template +++ b/docutils/tools/pep-html-template @@ -20,7 +20,7 @@ to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE! border="0" width="150" height="35" /></a></td> <td class="textlinks" align="left"> [<b><a href="%(pyhome)s/">Python Home</a></b>] -[<b><a href="%(pepindex)s">PEP Index</a></b>] +[<b><a href="%(pepindex)s/">PEP Index</a></b>] [<b><a href="%(pephome)s/pep-%(pepnum)s.txt">PEP Source</a></b>] </td></tr></table> %(body)s |
