diff --git a/Doc/about.rst b/Doc/about.rst index 9483ca5347c..2c229e662c4 100644 --- a/Doc/about.rst +++ b/Doc/about.rst @@ -3,9 +3,11 @@ About these documents ===================== -These documents are generated from `reStructuredText -`_ 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. diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 4db2433a1d6..a9a48c7858f 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -1,14 +1,32 @@ .. _reporting-bugs: -************************ -Reporting Bugs in Python -************************ +************** +Reporting Bugs +************** Python is a mature programming language which has established a reputation for stability. In order to maintain this reputation, the developers would like to know of any deficiencies you find in Python. -Bug reports should be submitted via the Python Bug Tracker + +Documentation bugs +================== + +If you find a bug in this documentation or would like to propose an improvement, +please send an e-mail to docs@python.org describing the bug and where you found +it. If you have a suggestion how to fix it, include that as well. + +docs@python.org is a mailing list run by volunteers; your request will be +noticed, even if it takes a while to be processed. + +Of course, if you want a more persistent record of your issue, you can use the +issue tracker for documentation bugs as well. + + +Using the Python issue tracker +============================== + +Bug reports for Python itself should be submitted via the Python Bug Tracker (http://bugs.python.org/). The bug tracker offers a Web form which allows pertinent information to be entered and submitted to the developers. @@ -19,9 +37,6 @@ the problem has already been fixed for the next release, or additional information is needed (in which case you are welcome to provide it if you can!). To do this, search the bug database using the search box on the top of the page. -In the case of documentation bugs, look at the most recent development docs at -http://docs.python.org/dev to see if the bug has been fixed. - If the problem you're reporting is not already in the bug tracker, go back to the Python Bug Tracker and log in. If you don't already have a tracker account, select the "Register" link or, if you use OpenID, one of the OpenID provider diff --git a/Doc/documenting/index.rst b/Doc/documenting/index.rst index b64dc75ba56..88d97be4df1 100644 --- a/Doc/documenting/index.rst +++ b/Doc/documenting/index.rst @@ -18,12 +18,17 @@ should be used, as well as the Sphinx build system. .. _docutils: http://docutils.sf.net/ .. _Sphinx: http://sphinx.pocoo.org/ -If you're interested in contributing to Python's documentation, there's no need -to write reStructuredText if you're not so inclined; plain text contributions -are more than welcome as well. +.. note:: + + If you're interested in contributing to Python's documentation, there's no + need to write reStructuredText if you're not so inclined; plain text + contributions are more than welcome as well. Send an e-mail to + docs@python.org or open an issue on the :ref:`tracker `. + .. toctree:: :numbered: + :maxdepth: 1 intro.rst style.rst diff --git a/Doc/tools/sphinxext/indexsidebar.html b/Doc/tools/sphinxext/indexsidebar.html index f0e2cb07500..890cfc68b5c 100644 --- a/Doc/tools/sphinxext/indexsidebar.html +++ b/Doc/tools/sphinxext/indexsidebar.html @@ -19,4 +19,5 @@
  • Book List
  • Audio/Visual Talks
  • Other Doc Collections
  • +
  • Report a Bug
  • diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html index 42e18a402e9..a2561811305 100644 --- a/Doc/tools/sphinxext/layout.html +++ b/Doc/tools/sphinxext/layout.html @@ -16,6 +16,18 @@ Please donate.
    Last updated on {{ last_updated|e }}. + Found a bug? +
    Created using Sphinx {{ sphinx_version|e }}. {% endblock %} +{% block sidebarsourcelink %} +{%- if show_source and has_source and sourcename %} +

    {{ _('This Page') }}

    + +{%- endif %} +{% endblock %}