diff options
author | Georg Brandl <georg@python.org> | 2010-04-22 22:15:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-04-22 22:15:33 (GMT) |
commit | e11d85c7175eae602492dddff51efc68222a3af6 (patch) | |
tree | b918582fdb99ed792b8e92a372a2fddb33fc8de3 /Doc/about.rst | |
parent | 9aed604fb25e7be9ade33706407a3bd55586641a (diff) | |
download | cpython-e11d85c7175eae602492dddff51efc68222a3af6.zip cpython-e11d85c7175eae602492dddff51efc68222a3af6.tar.gz cpython-e11d85c7175eae602492dddff51efc68222a3af6.tar.bz2 |
Add "report a bug" links in some prominent places. Make it clear that doc bugs can be mailed to docs@python.org. Clarify tracker usage.
Diffstat (limited to 'Doc/about.rst')
-rw-r--r-- | Doc/about.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/about.rst b/Doc/about.rst index 9483ca5..2c229e6 100644 --- a/Doc/about.rst +++ b/Doc/about.rst @@ -3,9 +3,11 @@ About these documents ===================== -These documents are generated from `reStructuredText -<http://docutils.sf.net/rst.html>`_ sources by *Sphinx*, a document processor -specifically written for the Python documentation. +These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a +document processor specifically written for the Python documentation. + +.. _reStructuredText: http://docutils.sf.net/rst.html +.. _Sphinx: http://sphinx.pocoo.org/ .. In the online version of these documents, you can submit comments and suggest changes directly on the documentation pages. |