Skip to content

python/docs-community

Folders and files

NameName
Last commit message
Last commit date
Mar 5, 2025
Apr 7, 2025
Mar 5, 2025
Jul 31, 2024
Mar 5, 2025
Sep 5, 2023
May 11, 2021
Apr 16, 2021
Jan 20, 2025
Mar 3, 2024
Jan 29, 2024
Jan 29, 2024
Jun 26, 2024

Python Documentation Community

Documentation Status Python Discourse Documentation Category

Three concentric circles. At the centre: Documentation Editorial Board, trusted group. Around this: Documentation Working Group, volunteers who contribute to the docs. Finally, the outer circle is the world, includes readers of the documentation.
  1. Editorial Board (Approved in 2023 by Steering Council and described in PEP 732)
    Referred to as Editorial Board or EB
    Repo: python/editorial-board
  2. Documentation Community Group (Working Group created in 2021 by the Python Steering Council)
    Referred to as the Documentation Community or docs-community
    Repo: python/docs-community
  3. Users of Python Documentation

This repo serves as documentation for the Documentation Community Group.

For example, to find out more about us and what we do, read the docs.

Build docs and view changes

  1. Clone this repo

    git clone https://github.com/python/docs-community.git
    cd docs-community
  2. Create a new Python virtual environment

    python -m venv docs-wg-env
  3. Activate the environment (platform/shell-specific)

  4. Install dependencies

    python -m pip install -r requirements.txt
  5. Build the docs, open them in your browser and update whenever changes are made

    sphinx-autobuild --open-browser docs docs/_build