Skip to content

Commit bfde610

Browse files
Add minutes for April (#188)
1 parent 1d95d60 commit bfde610

File tree

3 files changed

+62
-13
lines changed

3 files changed

+62
-13
lines changed

docs/monthly-meeting/2025.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Monthly Reports - 2025
2+
======================
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
7+
Jan 2025 <2025-01.md>
8+
Feb 2025 <2025-02.md>
9+
Mar 2025 <2025-03.md>
10+
Apr 2025 <2025-04.md>
11+
May 2025 <2025-05.md>
12+
Jun 2025 <2025-06.md>
13+
Jul 2025 <2025-07.md>
14+
Aug 2025 <2025-08.md>
15+
Sep 2025 <2025-09.md>
16+
Oct 2025 <2025-10.md>
17+
Nov 2025 <2025-11.md>
18+
Dec 2025 <2025-12.md>

docs/monthly-meeting/2026-04.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Documentation Community Team Meeting (April 7, 2026)
2+
3+
## Roll call
4+
5+
(Name / `@GitHubUsername` *[/ Discord, if different]*)
6+
- Hugo van Kemenade / `@hugovk`
7+
- Petr Viktorin / `@encukou`
8+
- Blaise / `@blaisep`
9+
- Ned / `@nedbat`
10+
- Ryan / `@ryan-duve`
11+
- Bradley
12+
- Stan / `@StanFromIreland`
13+
14+
15+
## Reports and celebrations
16+
17+
- [Petr] We now check removed HTML IDs on main; thank you Stan!
18+
19+
- [Hugo] Stan has now [joined the core team!](https://discuss.python.org/t/vote-to-promote-stan-ulbrych/106562) 🎉
20+
21+
22+
## Discussion
23+
24+
- [Ned] How are we on refactoring pages and dealing with redirects?
25+
26+
- [Petr] I'm confident we can refactor pages now.
27+
- If you're moving a whole page, leave the original in as an orphan
28+
(that is, not in the TOC), with a link to the new place.
29+
- If you're moving only a part of a page, put in a section at the end saying
30+
“this page used to talk about X, that's now {here}”.
31+
- That can go in the initial PR; afterwards we can figure out automation,
32+
HTTP or JavaScript dependencies, the and so on.
33+
34+
- [Hugo] Pinning dependencies for docs builds?
35+
- Maybe use `pylock.toml` support in `pip` when it comes out?
36+
Let's talk about this in the next meeting.
37+
38+
39+
### Agenda for May
40+
41+
- Is `pylock.toml` support in `pip` now? Should we switch to it for pinned docs builds?

docs/monthly-meeting/index.rst

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Monthly Reports Archive
77

88
Monthly reports in chronological order.
99

10-
.. Around May, reports from the past year should be moved into a section
10+
.. Around April, reports from the past year should be moved into a section
1111
to avoid the ToC getting too long.
1212
1313
.. toctree::
@@ -17,18 +17,8 @@ Monthly reports in chronological order.
1717
2022 <2022.rst>
1818
2023 <2023.rst>
1919
2024 <2024.rst>
20-
Jan 2025 <2025-01.md>
21-
Feb 2025 <2025-02.md>
22-
Mar 2025 <2025-03.md>
23-
Apr 2025 <2025-04.md>
24-
May 2025 <2025-05.md>
25-
Jun 2025 <2025-06.md>
26-
Jul 2025 <2025-07.md>
27-
Aug 2025 <2025-08.md>
28-
Sep 2025 <2025-09.md>
29-
Oct 2025 <2025-10.md>
30-
Nov 2025 <2025-11.md>
31-
Dec 2025 <2025-12.md>
20+
2025 <2025.rst>
3221
Jan 2026 <2026-01.md>
3322
Feb 2026 <2026-02.md>
3423
Mar 2026 <2026-03.md>
24+
Apr 2026 <2026-04.md>

0 commit comments

Comments
 (0)