|
| 1 | +# Documentation Community Team Meeting (March 2023) |
| 2 | + |
| 3 | +- **Date:** 2023-03-06 |
| 4 | +- **Time:** [20:00 UTC](https://arewemeetingyet.com/UTC/2023-03-06/20:00/Docs%20Meeting) |
| 5 | +- **This HackMD:** https://hackmd.io/@encukou/pydocswg1 |
| 6 | +- [**Discourse thread**](https://discuss.python.org/t/documentation-community-meeting-march-6-2023/24293) (for March) |
| 7 | +- [**Meeting reports**](https://docs-community.readthedocs.io/en/latest/monthly-meeting/index.html) (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 | + - Go to [Google Meet](https://meet.google.com/dii-qrzf-wkw) and ask to be let in. |
| 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`) |
| 20 | + |
| 21 | +- Petr Viktorin / `@encukou` |
| 22 | +- Ezio Melotti / `@ezio-melotti` |
| 23 | +- Ege Akman / `@egeakman` |
| 24 | +- C.A.M. Gerlach / `@CAM-Gerlach` |
| 25 | +- Ryan Duve / `@ryan-duve` |
| 26 | +- Paul Hoffman / `@paulehoffman` |
| 27 | +- Hugo van Kemenade / `@hugovk` |
| 28 | +- Pradyun Gedam / `pradyunsg` |
| 29 | + |
| 30 | + |
| 31 | +## Reports and celebrations |
| 32 | + |
| 33 | +> 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. |
| 34 | +
|
| 35 | +> 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. |
| 36 | +
|
| 37 | +* Hugo: Automatically edit PRs with link to RTD preview |
| 38 | + * [python/devguide#1061](https://github.com/python/devguide/pull/1061) |
| 39 | + * [python/docs-community#74](https://github.com/python/docs-community/pull/74) |
| 40 | + * [python/peps#3031](https://github.com/python/peps/pull/3031) |
| 41 | + * TODO: Hugo to cleanup the Netlify action so we can transfer to the [Python org](https://github.com/python) |
| 42 | + |
| 43 | +* Hugo: Append a hash `?digest` to CSS files for cache-busting |
| 44 | + * [python/devguide#1054](https://github.com/python/devguide/pull/1054) |
| 45 | + * [python/python-docs-theme#108](https://github.com/python/python-docs-theme/pull/108) |
| 46 | + |
| 47 | + |
| 48 | +## Discussion |
| 49 | + |
| 50 | +* Netlify previews |
| 51 | + |
| 52 | + |
| 53 | +### 'Internal' items |
| 54 | + |
| 55 | +*For and about the Community or Working Group* |
| 56 | + |
| 57 | +- Overhaul Building the Documentation section for clarity |
| 58 | + - [python/devguide#1038](https://github.com/python/devguide/pull/1038) |
| 59 | + - merged |
| 60 | + |
| 61 | +- [python/devguide#1020](https://github.com/python/devguide/issues/1020): Function signatures in docs (positional-only markers, defaults, `[]` syntax) |
| 62 | + - How discoverable is the `[]` syntax to today's devs? |
| 63 | + |
| 64 | + |
| 65 | +### Python Project Documentation |
| 66 | + |
| 67 | +*Relating to `docs.python.org`, `peps.python.org`, `devguide.python.org`, etc.* |
| 68 | + |
| 69 | +* Dark theme for docs.python.org |
| 70 | + * (Hugo) PR looks ready to merge: [python/pyt
A3DB
hon-docs-theme#44](https://github.com/python/python-docs-theme/pull/44#pullrequestreview-1314475876) |
| 71 | + * [Preview](https://python-docs-theme-previews--44.org.readthedocs.build/en/44/) |
| 72 | + * TODO: Hugo open an issue to ask for a release with pending bugfixes, followed by another with dark theme for easy rollback if needed |
| 73 | + |
| 74 | +* [Lutra](https://pradyunsg.me/lutra/)! Improving the bus factor, accessibility and next steps? |
| 75 | + |
| 76 | +* Move [PEP 636 (Structural Pattern Matching: Tutorial)](https://peps.python.org/pep-0636/#composing-patterns) to main docs |
| 77 | + * See [Discourse thread](https://discuss.python.org/t/is-there-a-good-writeup-talk-about-the-implementation-of-pep-634/21987/6) |
| 78 | + |
| 79 | +* [`concurrent.futures`](https://docs.python.org/3.12/library/concurrent.futures.html) reorganization |
| 80 | + * See [Diataxis website](https://diataxis.fr/) and [Diataxis workshop videos](https://discuss.python.org/t/recordings-available-for-python-docs-diataxis-workshop/19518) for more information on organization |
| 81 | + |
| 82 | +* Sphinx warnings on CI: [hugovk/cpython#43](https://github.com/hugovk/cpython/pull/43) |
| 83 | + * Build on Petr's [python/cpython#21](https://github.com/encukou/cpython/pull/21) |
| 84 | + * show Sphinx warnings in changed files, can't fail |
| 85 | + * show Sphinx warnings in required-list (e.g. What's New in 3.12), can fail |
| 86 | + * TODO: Hugo to PR this upstream |
| 87 | + |
| 88 | + |
| 89 | +### PEP Workflow |
| 90 | + |
| 91 | +* Final PEPs and the canonical docs banner link: in PR [python/peps#2992](https://github.com/python/peps/pull/2992) |
| 92 | +* [PEP 1 rewrite?](https://discuss.python.org/t/21068/26) |
| 93 | +* Status for PEP 659 and other obsolete PEPs? |
| 94 | + |
| 95 | + |
| 96 | +## Next meeting |
| 97 | + |
| 98 | +The docs team generally meets on the first Monday of every month. |
| 99 | + |
| 100 | +We have a recurring Google Calendar event for the meeting. |
| 101 | +Let Mariatta know your email address and she can invite you. |
0 commit comments