File tree 1 file changed +7
-4
lines changed
Filter options
1 file changed +7
-4
lines changed
Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ reserved.
15
15
16
16
See the end of this file for further copyright and license information.
17
17
18
+ Contributing to CPython
19
+ -----------------------
20
+
21
+ For more complete instructions on contributing to CPython development,
22
+ see the `Developer Guide `_.
23
+
24
+ .. _Developer Guide : https://docs.python.org/devguide/
18
25
19
26
Using Python
20
27
------------
@@ -126,10 +133,6 @@ is downloadable in HTML, PDF, and reStructuredText formats; the latter version
126
133
is primarily for documentation authors, translators, and people with special
127
134
formatting requirements.
128
135
129
- If you would like to contribute to the development of Python, relevant
130
- documentation is available in the `Python Developer's Guide
131
- <https://docs.python.org/devguide/> `_.
132
-
133
136
For information about building Python's documentation, refer to `Doc/README.rst
134
137
<https://github.com/python/cpython/blob/master/Doc/README.rst> `_.
135
138
You can’t perform that action at this time.
0 commit comments