https://github.com/python/cpython
Raw File
Tip revision: f2f3f537829ab0ef6948be5ee7f46b8ce8213ff2 authored by Ɓukasz Langa on 13 January 2022, 21:21:23 UTC
Python 3.9.10
Tip revision: f2f3f53
contents.rst
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Python Documentation contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

.. toctree::

   whatsnew/index.rst
   tutorial/index.rst
   using/index.rst
   reference/index.rst
   library/index.rst
   extending/index.rst
   c-api/index.rst
   distributing/index.rst
   installing/index.rst
   howto/index.rst
   faq/index.rst
   glossary.rst

   about.rst
   bugs.rst
   copyright.rst
   license.rst

.. to include legacy packaging docs in build

.. toctree::
   :hidden:

   distutils/index.rst
   install/index.rst
back to top