nedbat / devguide

The Python developer's guide

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://devguide.python.org/

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 44.3%Language:Batchfile 19.0%Language:Makefile 17.7%Language:Jinja 8.6%Language:CSS 6.1%Language:JavaScript 4.3%