Skip to content

Commit 8e4343b

Browse files
authored
Expand the Python sprint to cover documentation
1 parent 018c289 commit 8e4343b

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

src/content/sprints/cpython.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
---
2-
title: "CPython Core"
2+
title: "CPython Core & Python Documentation"
33
numberOfPeople: "TBA"
4-
pythonLevel: "Intermediate"
4+
pythonLevel: "Intermediate [Core] or Any [Documentation]"
55
contactPerson:
66
name: "Petr Viktorin"
77
email:
88
links:
99
- title: "CPython's Developer Guide"
10-
url: "https://devguide.python.org/"
10+
url: "https://devguide.python.org/"
11+
- title: "Setup & Building [CPython core]"
12+
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/"
1117
- title: "Code of Conduct"
1218
url: "https://policies.python.org/python.org/code-of-conduct/"
1319
- title: "Easy Issues"
1420
url: "https://github.com/python/cpython/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy"
1521
---
1622

17-
Come sprint on CPython and work on Python 3.14 and 3.15!
23+
Come sprint on CPython and work on Python 3.14 and 3.15, or Python's documentation!
24+
25+
### CPython Core
26+
27+
Contacts: **Petr Viktorin**
1828

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

0 commit comments

Comments
 (0)