Skip to content

Commit fec4de6

Browse files
AA-Turnerhugovk
andauthored
Minutes from January 2025 (#144)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 0db6242 commit fec4de6

File tree

2 files changed

+93
-0
lines changed

2 files changed

+93
-0
lines changed

docs/monthly-meeting/2025-01.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# Documentation Community Team Meeting (January 2025)
2+
3+
- **Date:** 2025-01-07
4+
- **Time:** [20:00 UTC](https://arewemeetingyet.com/UTC/2024-11-05/20:00/Docs20Meeting)
5+
- **This HackMD:** <https://hackmd.io/@encukou/pydocswg1>
6+
- [**Discourse thread**](https://discuss.python.org/t/documentation-community-meeting-tuesday-7th-january-2025/75975) (for January)
7+
- [**Meeting reports**](https://docs-community.readthedocs.io/en/latest/monthly-meeting/) (the latest one might be an [**unmerged PR**](https://github.com/python/docs-community/pulls))
8+
- **Calendar event:** (send your e-mail to Mariatta for an invitation)
9+
- **How to participate:**
10+
- We are using Discord: <https://discord.gg/RxKXyPYV?event=1303462925834522666>
11+
- To edit notes, click the “pencil” or “split view” button on the [HackMD document](https://hackmd.io/@encukou/pydocswg1). You need to log in (e.g. with a GitHub account).
12+
13+
By participating in this meeting, you are agreeing to abide by and uphold the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/).
14+
Please take a second to read through it!
15+
16+
17+
## Roll call
18+
19+
(Name / `@GitHubUsername` *[/ Discord, if different]*)
20+
21+
- Adam Turner / `@AA-Turner`
22+
- Hugo van Kemenade / `@hugovk`
23+
- Petr Viktorin / `@encukou`
24+
- Trey Hunner / `@treyhunner`
25+
- Keith / `@KeithTheEE`
26+
- Ryan Duve / `@ryan-duve`
27+
- Sherry
28+
- Blaise / `@blaisep`
29+
- Stan Ulbrych / `@StanFromIreland`
30+
31+
32+
## Introductions
33+
34+
> If there are any new people, we should do a round of introductions.
35+
36+
This was Sherry's first meeting, introductions were made.
37+
38+
39+
## Reports and celebrations
40+
41+
> 60 second updates on things you have been up to, questions you have, or developments you think people should know about. Please add yourself, and if you do not have an update to share, you can pass.
42+
43+
> This is a place to make announcements (without a need for discussion). This is also a great place to give shout-outs to contributors! We'll read through these at the beginning of the meeting.
44+
45+
- 🇵🇱 "Witamy! To jest oficjalna dokumentacja Pythona 3.13.1." The Python docs are now officially available in Polish! 🚀 [docs.python.org/pl/3/](https://docs.python.org/pl/3/)
46+
47+
48+
## Discussion
49+
50+
### Translations
51+
52+
- Should we change the translation progress limit for being included in the language switcher?
53+
- This is currently the tutorial and the bugs and functions pages.
54+
- Brief discussion on this threshold, no strong desire to change.
55+
- [Adam] Introduce a page for translation progress, like [React's](https://translations.react.dev/), it just needs to be wired up.
56+
- There's already [Maciej's page](https://m-aciek.github.io/pydocs-translation-dashboard/)
57+
- Issue created: [docs-community#143](https://github.com/python/docs-community/issues/143)
58+
- Action: link Maciej's page from the devguide.
59+
- Action: Add links to contribute.
60+
- Action: Look to move to `https://docs.python.org/translations` (via `docsbuild-scripts`)?
61+
- [Adam] Fate of the language switcher?
62+
- Not very maintainable or good for accessibility. It might be better to have a page for choosing languages.
63+
- Other docs are fairly evenly split between a page to choose and a language switcher per page.
64+
- Switching to the *current* page in another language might be important.
65+
- Seek feedback from those that use the switcher or frequently read non-English documentation.
66+
67+
### Grammar documentation & Sphinx directives
68+
69+
- Petr and Blaise have been working on an improved version of Sphinx's `production-list` directive to represent and document Python's grammar.
70+
- Petr provided a demonstration of his work.
71+
- There is an initial PR to add the directives at [python/cpython#127835](https://github.com/python/cpython/pull/127835)
72+
- This initially adds the directive, grammar snippets (and the surrounding prose) will be converted later, potentially looking to make this automatic.
73+
74+
### Tutorial for beginners
75+
76+
- Can we break up the work so people can contribute in parallel?
77+
- Is this better on `docs.python.org`, or third parties (O'Reilly, w3schools, etc.)?
78+
- Probably better *started* as a third-party effort, so you don't need approvals up-front. (That's also how additions to stdlib should work. Or the translation status page.)
79+
- Third parties know their audience better, and can serve more diverse audiences.
80+
- Tutorials need to cater to many different audiences (children in schools, scientists in labs, experienced programmers from other languages, those entirely new to programming), this might be better accomplished by third parties.
81+
- Many people start with the python.org tutorial, and some “bounce off” and go to another tutorial or leave Python entirely.
82+
- The existing tutorial is targeted at experienced programmers.
83+
- Link to other tutorials (without endorsing)?
84+
- Mariatta was driving the effort.
85+
86+
87+
## Next meeting
88+
89+
The docs team generally meets on the first Tuesday of every month around 20:00-ish UTC.
90+
91+
We have a recurring Google Calendar event for the meeting.
92+
Let Mariatta know your email address and she can invite you.

docs/monthly-meeting/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ Monthly reports in chronological order.
2828
Oct 2024 <2024-10.md>
2929
Nov 2024 <2024-11.md>
3030
Dec 2024 <2024-12.md>
31+
Jan 2025 <2025-01.md>

0 commit comments

Comments
 (0)