diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-21 01:12:26 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-21 01:12:26 +0000 |
commit | 2c85ed5c6dd6dbab39eea72980fa452f73bfa075 (patch) | |
tree | 66b01ca10ef52b6a79ae9b294e3fad27e48bf78d | |
parent | 5c29dd4dbcdd7778fd327f6ede14bfa54bca0708 (diff) | |
download | cpython-git-2c85ed5c6dd6dbab39eea72980fa452f73bfa075.tar.gz |
update readme
-rw-r--r-- | Doc/README.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Doc/README.txt b/Doc/README.txt index 3dce091c7e..00f21b83cb 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -74,10 +74,9 @@ Without make You'll need to checkout the Sphinx package to the `tools/` directory:: - svn co http://svn.python.org/projects/doctools/trunk/sphinx tools/sphinx + http://svn.python.org/projects/doctools/trunk/sphinx tools/sphinx -Then, you need to install Docutils 0.4 (the SVN snapshot won't work), either -by checking it out via :: +Then, you need to install Docutils, either by checking it out via :: svn co http://svn.python.org/projects/external/docutils-0.4/docutils tools/docutils @@ -101,12 +100,11 @@ the make targets above). Contributing ============ -For bugs in the content, the online version at http://docs.python.org/ has a -"suggest change" facility that can be used to correct errors in the source text -and submit them as a patch to the maintainers. +Bugs in the content should be reported to the Python bug tracker at +http://bugs.python.org. -Bugs in the toolset should be reported in the Python bug tracker at -http://bugs.python.org/. +Bugs in the toolset should be reported in the Sphinx bug tracker at +http://www.bitbucket.org/birkenfeld/sphinx/issues/. You can also send a mail to the Python Documentation Team at docs@python.org, and we will process your request as soon as possible. |