qa1 / devguide

The Python developer's guide

Home Page:http://cpython-devguide.readthedocs.io

Repository from Github https://github.comqa1/devguideRepository from Github https://github.comqa1/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.

Render HTML

To render the devguide to HTML under _build/html, run:

make html

To render the devguide to HTML, and open the result in a browser, run:

make htmlview

To maintain a live view of edits as they are saved, run:

make htmllive

About

The Python developer's guide

http://cpython-devguide.readthedocs.io

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 42.7%Language:Jinja 19.2%Language:Makefile 10.0%Language:Batchfile 8.4%Language:PowerShell 8.1%Language:CSS 8.0%Language:JavaScript 3.7%