gvanrossum / devguide

GvR's fork of python/devguide

Home Page:https://devguide.python.org/

Repository from Github https://github.comgvanrossum/devguideRepository from Github https://github.comgvanrossum/devguide

The CPython Developer's Guide

Documentation Status Python Discourse chat Code style is black

This guide covers how to contribute to CPython. It is known by the nickname of "the devguide" by the Python core developers.

The official home of this guide is https://devguide.python.org.

Compilation

For the compilation of the devguide, you need to use a version of Python which supports the venv module, because the make html command will create a virtual environment and will install the Sphinx package:

make html

About

GvR's fork of python/devguide

https://devguide.python.org/

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 39.9%Language:Makefile 25.0%Language:Batchfile 22.9%Language:CSS 6.8%Language:Mermaid 5.5%