Skip to content

python/docs-community

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Python Documentation Community

Documentation Status

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

  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

About

Community management for documentation contributors and the Docs Workgroup

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published