docs-community
docs-community copied to clipboard
Community management for documentation contributors and the Docs Workgroup
(Idea from Scott Shawcroft at the 2021 Language Summit.)
A question from the Typing summit: How to communicate the philosophy of type annotations in Python? - Beginners don't need annotations - "Catching bugs" is how to sell it to...
https://github.com/python/devguide/pull/679
This came up in the Python 3.10 release stream -- https://youtu.be/AHT2l3hcIJg?t=5700 for the exact timestamp of when this was proposed in the stream and discussed briefly -- and I noticed...
Currently the contributions to python-docs-theme are made hard because of the language and version switchers. I made review a bit easier by adding a github action to build the doc...
To help https://github.com/python/docsbuild-scripts/issues/169. # Current situation Right now the docs server is taking over 40 hours to build a full set of 3.12-3.14 docs, plus 12 translations each: List of...
I am trying to use Abstract Base Classes. But I find the documentation lacking on several points that makes the matter too 'abstract'. For example. There is no explanation on...
This came up at https://github.com/python/cpython/pull/123845#pullrequestreview-2290598310. We're not consistent in writing it upper or lower case. A rough search shows it's about 50-50: ```console ❯ rg -s "\bboolean\b" Doc | wc...