diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2012-01-14 21:23:27 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2012-01-14 21:23:27 (GMT) |
commit | 515687a7eda26d733c747e08205a1d861bc70673 (patch) | |
tree | 108d1e3f47fabc12970c5b3be25dae03329886b5 /Doc/whatsnew | |
parent | c1f079f31751dadf3bfcc27eb2a9963a33f20be9 (diff) | |
download | cpython-515687a7eda26d733c747e08205a1d861bc70673.zip cpython-515687a7eda26d733c747e08205a1d861bc70673.tar.gz cpython-515687a7eda26d733c747e08205a1d861bc70673.tar.bz2 |
remove 'Documenting Python' and its references, it's now on devguide
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 9462ef5..68dcc25 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -234,7 +234,7 @@ have adopted Sphinx as their documentation tool. .. seealso:: - :ref:`documenting-index` + `Documenting Python <http://docs.python.org/devguide/documenting.html>`__ Describes how to write for Python's documentation. `Sphinx <http://sphinx.pocoo.org/>`__ |