GitXplorerGitXplorer
p

devguide

public
1840 stars
763 forks
91 issues

Commits

List of commits on branch main.
Verified
7eac98a877f3aa5819c70e26b0483f46096250c4

Require sphinx-autobuild>=2024.9.19 (#1400)

AAA-Turner committed 13 hours ago
Verified
9ef77025d3fa2ec81e5d0a23a57e007ef70be7ca

Clarify the documentation update process (#1395)

mmiguelcsx committed 15 hours ago
Verified
da98447c6cc770bae127f453d5bcac766f90067d

Add guidance about the 'Update branch' button (#1392)

hhugovk committed 19 hours ago
Verified
22bfaedb5b92a79f8502a3dd33d636c43e08d4ab

Warning ignore file modification guidance for check warning tooling (#1399)

nnohlson committed a day ago
Verified
d493655277198789fa70b9e3b91b9e84af0398c6

Fix linkcheck (#1398)

hhugovk committed 6 days ago
Verified
d31db924356e0ad57e03902df4f7fd3f016be2a2

Remove mdickinson from experts.rst (#1397)

mmdickinson committed 6 days ago

README

The README file for this repository.

The CPython Developer's Guide

|ReadTheDocs| |Discourse| |Codestyle|

.. |ReadTheDocs| image:: https://readthedocs.org/projects/cpython-devguide/badge/ :target: https://devguide.python.org :alt: Documentation Status

.. |Discourse| image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg :alt: Python Discourse chat :target: https://discuss.python.org/

.. |Codestyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black :alt: 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