Staging
v0.5.1
https://github.com/python/cpython
Revision d93605de7232da5e6a182fd1d5c220639e900159 authored by Łukasz Langa on 29 August 2019, 21:59:20 UTC, committed by Łukasz Langa on 29 August 2019, 21:59:20 UTC
1 parent 25a044e
Raw File
Tip revision: d93605de7232da5e6a182fd1d5c220639e900159 authored by Łukasz Langa on 29 August 2019, 21:59:20 UTC
Python 3.8.0b4
Tip revision: d93605d
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