From 28379c156a206f41556b70d09b07ec8f161a5d21 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Wed, 15 Jul 2026 20:43:47 +0200 Subject: [PATCH] Add July 2026 minutes --- docs/monthly-meeting/2026-07.md | 29 +++++++++++++++++++++++++++++ docs/monthly-meeting/index.rst | 1 + 2 files changed, 30 insertions(+) create mode 100644 docs/monthly-meeting/2026-07.md diff --git a/docs/monthly-meeting/2026-07.md b/docs/monthly-meeting/2026-07.md new file mode 100644 index 0000000..e28edd6 --- /dev/null +++ b/docs/monthly-meeting/2026-07.md @@ -0,0 +1,29 @@ +# Documentation Community Team Meeting (July 7, 2026) + +## Roll call + +(Name / `@GitHubUsername` *[/ Discord, if different]*) + +* Hugo van Kemenade / `@hugovk` +* Ned Batchelder / `@nedbat` +* Stephen Rosen / `@sirosen` +* David Fischer / `@davidfischer` +* Maciej / `@m-aciek` +* Bradley +* Bhuvansh/ `@BHUVANSH855` +* Stan Ulbrych / `@StanFromIreland` + + +## Discussion + +- [Maciek] EuroPython Docs sprint? + - The group won't organize a dedicated docs sprint, members can join the + main CPython sprint. + +- [Ned] Moving the [Time & Space Complexity Reference](https://wiki.python.org/moin/TimeComplexity) + wiki page into docs? Stan is currently working on a PR, but it might need a + larger discussion somewhere. + - Should there be a top-level "Implementation Details" section? It could also + have thread-safety guarantees. + - Are there other pages we should move? The documentation has 22 links to the + wiki. diff --git a/docs/monthly-meeting/index.rst b/docs/monthly-meeting/index.rst index c6b3bec..5e89d1e 100644 --- a/docs/monthly-meeting/index.rst +++ b/docs/monthly-meeting/index.rst @@ -24,3 +24,4 @@ Monthly reports in chronological order. Apr 2026 <2026-04.md> May 2026 <2026-05.md> Jun 2026 <2026-06.md> + Jul 2026 <2026-07.md>