Staging
v0.8.1
https://github.com/python/cpython
Revision fc40b3020cf3c869833fd5d3720cf9768fe3bb46 authored by Raymond Hettinger on 29 November 2020, 18:47:22 UTC, committed by GitHub on 29 November 2020, 18:47:22 UTC
1 parent 8668431
Raw File
Tip revision: fc40b3020cf3c869833fd5d3720cf9768fe3bb46 authored by Raymond Hettinger on 29 November 2020, 18:47:22 UTC
bpo-42450: Minor updates to the itertools recipes (GH-23555)
Tip revision: fc40b30
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