File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Python Documentation"
3
+ numberOfPeople : " TBA"
4
+ pythonLevel : " Any"
5
+ contactPerson :
6
+ name : " Adam Turner"
7
+ github : AA-Turner
8
+ links :
9
+ - title : " Start Documenting"
10
+ url : " https://devguide.python.org/documentation/start-documenting/"
11
+ - title : " Helping with Documentation"
12
+ url : " https://devguide.python.org/documentation/help-documenting/"
13
+ - title : " Easy Issues"
14
+ url : " https://github.com/python/cpython/issues?q=is%3Aissue%20is%3Aopen%20label%3Adocs%20label%3Aeasy"
15
+ - title : " Code of Conduct"
16
+ url : " https://policies.python.org/python.org/code-of-conduct/"
17
+ ---
18
+
19
+ Help us improve the Python documentation!
20
+
21
+ We'll be working on all parts of the documentation, so all and any changes are
22
+ welcome -- from fixing a spelling error to documenting a new feature.
23
+
24
+ 1 . Read
25
+ [ 'what to expect'] ( https://pycon.blogspot.com/2025/04/pyconus-sprints.html )
26
+ for a briefing on what happens at sprints in general. This was written for
27
+ the PyCon US sprints, but a lot applies here!
28
+ 1 . Fork and clone the [ repository] ( https://github.com/python/cpython/fork )
29
+ ** before** arriving at the sprints, to get started faster.
30
+ 1 . Use the
31
+ [ Python Developer's Guide] ( https://devguide.python.org/documentation/start-documenting/ )
32
+ to set up an environment for contributing to the documentation.
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ contactPerson:
8
8
links :
9
9
- title : " CPython's Developer Guide"
10
10
url : " https://devguide.python.org/"
11
+ - title : " Setup & Building"
12
+ url : " https://devguide.python.org/getting-started/setup-building/"
11
13
- title : " Code of Conduct"
12
14
url : " https://policies.python.org/python.org/code-of-conduct/"
13
15
- title : " Easy Issues"
You can’t perform that action at this time.
0 commit comments