File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ keeping a high level of quality takes a lot of effort. Help is always
8
8
appreciated with the documentation, and it requires little programming
9
9
experience (with or without Python).
10
10
11
+
12
+ Python Documentation
13
+ --------------------
14
+
11
15
:ref: `Documenting Python <documenting >` covers the details of how Python's
12
16
documentation works.
13
17
It includes an explanation of the markup used (although you can figure a lot
@@ -76,9 +80,10 @@ Helping with the Developer's Guide
76
80
77
81
.. highlight :: console
78
82
79
- The Developer's Guide uses the same process as the main Python documentation,
80
- except for some small differences. The source lives in a `separate
81
- repository `_ and bug reports should be submitted to the `the GitHub tracker `_.
83
+ The Developer's Guide (what you're reading now) uses the same process as the
84
+ main Python documentation, except for some small differences. The source
85
+ lives in a `separate repository `_ and bug reports should be submitted to
86
+ `its GitHub tracker `_.
82
87
83
88
To submit a :doc: `pull request <pullrequest >` you can fork the
84
89
`devguide repo `_ to your GitHub account and clone it using::
@@ -112,5 +117,5 @@ that may be different from the main documentation.
112
117
113
118
.. _separate repository :
114
119
.. _devguide repo : https://github.com/python/devguide
115
- .. _ the GitHub tracker : https://github.com/python/devguide/issues
120
+ .. _ its GitHub tracker : https://github.com/python/devguide/issues
116
121
.. _Sphinx : http://www.sphinx-doc.org/
You can’t perform that action at this time.
0 commit comments