8000 GitHub - python/devguide at d2e56e6720d555ff90c2f14e4b42a517991f8033
[go: up one dir, main page]

Skip to content

python/devguide

Repository files navigation

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
0