@@ -2,20 +2,20 @@ Python Documentation README
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
4
This 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> `_ .
7
7
8
8
Documentation 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 < https://docs.python.org/devguide/documenting.html >`_ " chapter of the
10
+ developers guide.
11
11
12
12
13
13
Building the docs
14
14
=================
15
15
16
- You need to have Sphinx <http://sphinx-doc.org/> installed; it is the toolset
16
+ You need to have ` Sphinx <http://sphinx-doc.org/ >`_ installed; it is the toolset
17
17
used 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>.
18
+ separately and ` available from PyPI <https://pypi.python.org/pypi/Sphinx >`_ .
19
19
20
20
21
21
Using make
@@ -108,11 +108,11 @@ see the make targets above).
108
108
Contributing
109
109
============
110
110
111
- Bugs in the content should be reported to the Python bug tracker at
112
- https://bugs.python.org.
111
+ Bugs in the content should be reported to the
112
+ ` Python bug tracker < https://bugs.python.org >`_ .
113
113
114
- Bugs in the toolset should be reported in the Sphinx bug tracker at
115
- https://www.bitbucket.org/birkenfeld/sphinx/issues/.
114
+ Bugs in the toolset should be reported in the
115
+ ` Sphinx bug tracker < https://www.bitbucket.org/birkenfeld/sphinx/issues/ >`_ .
116
116
117
117
You can also send a mail to the Python Documentation Team at docs@python.org,
118
118
and we will process your request as soon as possible.
0 commit comments