Skip to content

Commit 6fb2e39

Browse files
authored
Split the pages
1 parent bd80063 commit 6fb2e39

File tree

2 files changed

+36
-34
lines changed

2 files changed

+36
-34
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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 any 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/getting-started/setup-building/)
32+
to set up an environment for contributing to the documentation.

src/content/sprints/cpython.md

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,22 @@
11
---
2-
title: "CPython Core & Python Documentation"
2+
title: "CPython Core
33
numberOfPeople: "TBA"
4-
pythonLevel: "Any"
4+
pythonLevel: "Intermediate
55
contactPerson:
66
name: "Petr Viktorin"
77
email:
88
links:
99
- title: "CPython's Developer Guide"
1010
url: "https://devguide.python.org/"
11-
- title: "Setup & Building [CPython core]"
11+
- title: "Setup & Building"
1212
url: "https://devguide.python.org/getting-started/setup-building/"
13-
- title: "Start Documenting [Python documentation]"
14-
url: "https://devguide.python.org/documentation/start-documenting/"
15-
- title: "Helping with Documentation [Python documentation]"
16-
url: "https://devguide.python.org/documentation/help-documenting/"
1713
- title: "Code of Conduct"
1814
url: "https://policies.python.org/python.org/code-of-conduct/"
1915
- title: "Easy Issues"
2016
url: "https://github.com/python/cpython/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy"
2117
---
2218

23-
Come sprint on CPython and work on Python 3.14 and 3.15, or Python's
24-
documentation!
25-
26-
##### CPython Core
27-
28-
Contacts: **Petr Viktorin, Adam Turner** \
29-
Experience Level: **Intermediate or Advanced**
19+
Come sprint on CPython and work on Python 3.14 and 3.15!
3020

3121
Sprints will focus on release candidate fixes to Python 3.14 (to be released
3222
this October), with some limited new feature work for 3.15 (final version in
@@ -40,23 +30,3 @@ October 2026).
4030
wifi :)
4131
4. Use the [Python Developer's Guide](https://devguide.python.org/) to go
4232
through the initial build on you machine.
43-
44-
##### Python Documentation
45-
46-
Contacts: **Adam Turner** \
47-
Experience Level: **Any**
48-
49-
Help us with Python's documentation!
50-
51-
We'll be working on all parts of the documentation, so all any any changes are
52-
welcome -- from fixing a spelling error to improving an entire page.
53-
54-
1. Read
55-
['what to expect'](https://pycon.blogspot.com/2025/04/pyconus-sprints.html)
56-
for a briefing on what happens at sprints in general. This was written for
57-
the PyCon US sprints, but a lot applies here!.
58-
1. Fork and clone the [repository](https://github.com/python/cpython/fork)
59-
**before** arriving at the sprints, to get started faster.
60-
1. Use the
61-
[Python Developer's Guide](https://devguide.python.org/getting-started/setup-building/)
62-
to set up an environment for contributing to the documentation.

0 commit comments

Comments
 (0)