diff --git a/docs/monthly-meeting/2024-10.md b/docs/monthly-meeting/2024-10.md index 550dedd..b0d5ddb 100644 --- a/docs/monthly-meeting/2024-10.md +++ b/docs/monthly-meeting/2024-10.md @@ -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 diff --git a/docs/monthly-meeting/2025-12.md b/docs/monthly-meeting/2025-12.md new file mode 100644 index 0000000..6db4418 --- /dev/null +++ b/docs/monthly-meeting/2025-12.md @@ -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? + +- 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 diff --git a/docs/monthly-meeting/index.rst b/docs/monthly-meeting/index.rst index 09a6f5a..19af8a1 100644 --- a/docs/monthly-meeting/index.rst +++ b/docs/monthly-meeting/index.rst @@ -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>