@@ -2,20 +2,21 @@ Python Documentation README
22~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
44This directory contains the reStructuredText (reST) sources to the Python
5- documentation. You don't need to build them yourself, prebuilt versions are
6- available at <https://docs.python.org/dev/download.html>.
5+ documentation. You don't need to build them yourself, ` prebuilt versions are
6+ available <https://docs.python.org/dev/download.html> `_ .
77
88Documentation on authoring Python documentation, including information about
9- both style and markup, is available in the "Documenting Python" chapter of the
10- developers guide <https://docs.python.org/devguide/documenting.html>.
9+ both style and markup, is available in the "`Documenting Python
10+ <https://docs.python.org/devguide/documenting.html> `_" chapter of the
11+ developers guide.
1112
1213
1314Building the docs
1415=================
1516
16- You need to have Sphinx <http://sphinx-doc.org/> installed; it is the toolset
17+ You need to have ` Sphinx <http://sphinx-doc.org/ >`_ installed; it is the toolset
1718used to build the docs. It is not included in this tree, but maintained
18- separately and available from PyPI <https://pypi.python.org/pypi/Sphinx>.
19+ separately and ` available from PyPI <https://pypi.python.org/pypi/Sphinx >`_ .
1920
2021
2122Using make
@@ -108,11 +109,11 @@ see the make targets above).
108109Contributing
109110============
110111
111- Bugs in the content should be reported to the Python bug tracker at
112- https://bugs.python.org.
112+ Bugs in the content should be reported to the
113+ ` Python bug tracker < https://bugs.python.org >`_ .
113114
114- Bugs in the toolset should be reported in the Sphinx bug tracker at
115- https://www.bitbucket.org/birkenfeld /sphinx/issues/ .
115+ Bugs in the toolset should be reported in the
116+ ` Sphinx bug tracker < https://github.com/sphinx-doc /sphinx/issues >`_ .
116117
117118You can also send a mail to the Python Documentation Team at docs@python.org,
118119and we will process your request as soon as possible.
0 commit comments