Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add meeting notes from September #86

Merged
merged 14 commits into from
Sep 26, 2023
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@
r"https://[a-zA-Z0-9.-]+\.org\.readthedocs\.build/[a-zA-Z0-9.-]+/[a-zA-Z0-9.-]+/",
# Deleted Plausible page:
r"https://plausible\.io/share/hugovk-cpython\.readthedocs\.io\?auth=XDF9fK3EB2dEHCr4sC9hn",
# HackMD anchors:
r"https://hackmd\.io/[^?]+\?[^#]+#.+",
]
119 changes: 119 additions & 0 deletions docs/monthly-meeting/2023-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
# Documentation Community Team Meeting (September 2023)

- **Date:** 2023-09-05
- **Time:** [19:00 UTC](https://arewemeetingyet.com/UTC/2023-09-05/19:00/Docs%20Meeting)
- **This HackMD:** https://hackmd.io/@encukou/pydocswg1
- [**Discourse thread**](https://discuss.python.org/t/32355) (for September)
- [**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))
- **Calendar event:** (send your e-mail to Mariatta for an invitation)
- **How to participate:**
- Go to [Google Meet](https://meet.google.com/dii-qrzf-wkw) and ask to be let in.
- 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).

By participating in this meeting, you are agreeing to abide by and uphold the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/).
Please take a second to read through it!


## Roll call

(Name / `@GitHubUsername` / Discord if different)
- CAM Gerlach / `@CAM-Gerlach`
- Daniele Procida / `@EvilDMP`
- Petr Viktorin / `@encukou`
- Adam Turner / `@AA-Turner`
- Hugo van Kemenade / `@hugovk`
- Maciej Olko / `@m-aciek` / `@m_aciek`
- Ryan Duve / `@ryan-duve`
- Marcus Sherman / `@betteridiot`
- Erlend Aasland / `@erlend-aasland`
- Ege Akman / `@egeakman`
- Ezio Melotti / `@ezio-melotti`


## Introductions

- Maciej, from Poland, works on Polish translation

egeakman marked this conversation as resolved.
Show resolved Hide resolved

## Reports and celebrations

- [Hugo] [docs.python.org](https://docs.python.org/3/) now has a dark theme! 🌒

- [Hugo] Little things can be big things: I added a shortcut at the top of the [datetime](https://docs.python.org/3/library/datetime.html) docs to take you directly to the percent formatting codes. [People are happy!](https://mastodon.social/@hugovk/110951423574144386)

- [Adam] Six releases of [Sphinx](https://www.sphinx-doc.org/en/master/changes.html)!

- [Adam] New PEP helper & validator ([`check-peps.py`](https://github.com/python/peps/commit/814ceede975056cc56a019bbed62b29a6a875830))

- [Adam] [Datamodel headings](https://github.com/python/cpython/pull/108146) for readability

- [Adam] Work to [remove references to Distutils](https://github.com/python/cpython/issues/92584) in the documentation ahead of the 3.12.0 release


## Discussion

- [Hugo] python-docs-theme:
- Need a release of 2023.8 to fix some dark theme bugs: [python/python-docs-theme#152](https://github.com/python/python-docs-theme/issues/152)
- Have a PR ready to release using Trusted Publishers, need someone to set it up on PyPI: [python/python-docs-theme#148](https://github.com/python/python-docs-theme/pull/148)
- These are both waiting on people who can make releases. Adam: should we review the group of people who can make releases, and look to expand it? Potentially ties in to a [Python organisation](https://github.com/python/steering-council/issues/207) on PyPI.


- [Ege/Hugo/CAM] Updates and discussion on Plausible hosting:
- PSF folks opposed to self-hosting
- Paid hosting is a *little* expensive
- We got a 15% discount from them, which would be \$1400-\$1500 yearly
egeakman marked this conversation as resolved.
Show resolved Hide resolved
- People brought up several motivating use cases already for this, including:
- Translation prioritization for languages/pages
- Automated translations
- Determine how many people use backported branches
- Determining if old pages are still needed/used
- Potentially determine common broken links, maybe even fragment ids?
- Prioritisation for documentation
- If the budget is available, why not use it?
- [Previous Core Development budget thread](https://discuss.python.org/t/23507)
- Next steps: CAM to write to Deb from the PSF with a summary of this discussion

- [Maciej] Translations platform – trying to initiate discussion ([Discourse thread](https://discuss.python.org/t/docs-translation-platform/29940))
egeakman marked this conversation as resolved.
Show resolved Hide resolved
- Transifex has cut off shared memory (between projects) for open source tier, Rafael from Brazilian Portugese team implemented a workaround
- Weblate – based on Django, open license, used by PyPI
- The POC of Python docs translations/Weblate integration is functional, I'm working on improving it
- Python docs don't fit into free open source tier on Weblate – the initial proposition is 1500€/year (50% discount)
- There is an option to self-host a Weblate instance
- (Both platforms support using machine learning translation tools)
- Next steps: Contact the PSF with assistance from CAM

- [Ege] New bootstrapper for starting new Python docs translations
- Issues with the [current tool](https://github.com/JulienPalard/python-docs-cookiecutter):
- Unmaintained / inactive
- Uses third-party modules
- Next steps: Add a link from the [devguide](https://devguide.python.org/documentation/translating/#starting-a-new-translation) to this [repository](https://github.com/egeakman/python-docs-bootstrapper)

- [CAM] Quick update on reStructured Data
- Summary
- Mechanism to extract, process and output structured, machine-readible data from the Python docs
- Initial focus on deprecations/removals per user requests, then additions/changes and finally other annotations (supported platforms, stable ABI, audit events, etc.)
- Output a JSON per version and language for tool and API consumption
- Also output tables of all/specific deprecations/removals (or other changes) in the What's New and on a new dedicated Deprecations/Removals page.
- Progress
- Further considerable work on design document, schema, etc.
- Developed initial working implementation and prototyped/tested most planned features
- Discussed current approach at some length with Adam and currently making some significant changes based on his feedback
- Next steps: Re-scoping to focus on the basic features needed
- Learn more
- [HackMD detailed design document and schema](https://hackmd.io/jF8awEd3TuKh1Ia5Hqa_8g?view#TransformsProcessors)
- [Initial working prototype implementation](https://github.com/python/cpython/compare/main...CAM-Gerlach:cpython:add-structured-deprecation-support)

- [Hugo] Python 3.12.0 is out on 2023-10-02! Any finishing touches needed for [What’s New In Python 3.12](https://docs.python.org/3.12/whatsnew/3.12.html)?
- [CAM] Was planning to finish this at the core dev sprints, but didn't realize the final release date was so much earlier than last year
- [CAM] Wanted to be able to use the new reStructured Data directive to list deprecations, removals, additions and changes in the appropriate places following the existing format, but too late for that now
- [CAM] May be able to use it to help guide the process, but timeline is going to be tight

- [Daniele] How much appetite/consensus is there for an iterative workflow? [Discussion in Discord](https://discord.com/channels/935215565872693329/935215566334079058/1138743377962225794)
- Petr and Daniele can adapt the Discord messages into a Discourse thread and post that for further feedback and consensus


## Next meeting

The docs team generally meets on the first Tuesday of every month.

We have a recurring Google Calendar event for the meeting. Let Mariatta know your email address and she can invite you.
1 change: 1 addition & 0 deletions docs/monthly-meeting/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Monthly reports in reverse chronological order.
Jun 2023 <2023-06.md>
Jul 2023 <2023-07.md>
Aug 2023 <2023-08.md>
Sep 2023 <2023-09.md>