diff options
author | Georg Brandl <georg@python.org> | 2009-05-16 11:24:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-05-16 11:24:41 (GMT) |
commit | c03cd4ca8ee2555fdff8b76d78491bac53e32102 (patch) | |
tree | 0e1ff0b48b4cdcd827595c8b9e0311198455f2a5 /Doc/about.rst | |
parent | d933cc293b03c3dda7d79694ebc029feed800e8c (diff) | |
download | cpython-c03cd4ca8ee2555fdff8b76d78491bac53e32102.zip cpython-c03cd4ca8ee2555fdff8b76d78491bac53e32102.tar.gz cpython-c03cd4ca8ee2555fdff8b76d78491bac53e32102.tar.bz2 |
Fix about and bugs pages to match real workflow.
Diffstat (limited to 'Doc/about.rst')
-rw-r--r-- | Doc/about.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/about.rst b/Doc/about.rst index a5adf07..9483ca5 100644 --- a/Doc/about.rst +++ b/Doc/about.rst @@ -7,8 +7,8 @@ These documents are generated from `reStructuredText <http://docutils.sf.net/rst.html>`_ sources by *Sphinx*, a document processor specifically written for the Python documentation. -In the online version of these documents, you can submit comments and suggest -changes directly on the documentation pages. +.. In the online version of these documents, you can submit comments and suggest + changes directly on the documentation pages. Development of the documentation and its toolchain takes place on the docs@python.org mailing list. We're always looking for volunteers wanting @@ -24,7 +24,8 @@ Many thanks go to: <http://effbot.org/zone/pyref.htm>`_ project from which Sphinx got many good ideas. -See :ref:`reporting-bugs` for information how to report bugs in Python itself. +See :ref:`reporting-bugs` for information how to report bugs in this +documentation, or Python itself. .. including the ACKS file here so that it can be maintained separately .. include:: ACKS.txt |