Python Documentation Community
The Python Documentation Working Group (Docs WG) was created and accepted by the Python Steering Council in 2021 to help bootstrap a larger documentation team and community.
This repo serves as documentation for the Docs WG, which is funny, in a recursive kind of way.
For example, to find out more about us and what we do, read the docs.
Build docs and view changes
-
Clone this repo
git clone https://github.com/python/docs-community.git cd docs-community
-
Create a new Python virtual environment
python -m venv docs-wg-env
-
Activate the environment (platform/shell-specific)
-
Install dependencies
python -m pip install -r requirements.txt
-
Build the docs, open them in your browser and update whenever changes are made
sphinx-autobuild --open-browser docs docs/_build