Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/monthly-meeting/2024-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
we could use it here, because a lot of the functionality is locked behind a very
expensive paywall. (Minimum $125/mo, but would probably be closer to $250/mo. If
we don't want or need any of the fancier features, then free is still an option.
[Sponsorship info](https://squidfunk.github.io/mkdocs-material/insiders/sponsoring-tiers/))
[Sponsorship info](https://web.archive.org/web/20250303194128/https://squidfunk.github.io/mkdocs-material/insiders/sponsoring-tiers/))
- [Joe] I'll also advocate for a JavaScript approach to a tutorial. When newcomers
see a page that's technical and dense, they get scared. It'll be easier on them if
we make them transition to information-dense docs. "Pretty and friendly" is more
Expand Down
38 changes: 38 additions & 0 deletions docs/monthly-meeting/2025-12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Documentation Community Team Meeting (December 2, 2025)

## Roll call

(Name / `@GitHubUsername` *[/ Discord, if different]*)

* Adam Turner / `@AA-Turner`
* Ege Akman / `@egeakman`
* Hugo van Kemenade / `@hugovk`
* Petr Viktorin / `@encukou`
* Trey Hunner / `@treyhunner`
* Stan Ulbrych / `@StanFromIreland`
* Ned Batchelder / `@nedbat`


## Reports and celebrations

- [Hugo] "Välkommen till Python! Detta är den officiella dokumentationen för
Python 3.14.0." https://docs.python.org/sv/3/ The Python docs are now available
in Swedish! Thanks to Daniel Nylander!


## Discussion

- [Petr] Tutorial for C extensions

- Sphinx 9 just came out. Probably not much relevant to CPython,
the biggest change was in autodoc.

- Changelog: should we split it up per release or per minor version?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we add a note, something like "Adam to look into splitting it up per minor version"?

cc @AA-Turner


- In-progress rewrite of the devguide? Ned says he bit off more than he could chew.
- [Hugo] Should we try merging stuff back, to be more incremental?
- Let's:
- Rearrange the ToC (without touching the URL/filesystem structure yet)
- Add stub pages for things we want
- Rename to something like Python Contribution Guide
- Remove the draft tree
1 change: 1 addition & 0 deletions docs/monthly-meeting/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ Monthly reports in chronological order.
Sep 2025 <2025-09.md>
Oct 2025 <2025-10.md>
Nov 2025 <2025-11.md>
Dec 2025 <2025-12.md>