Staging
v0.8.1
https://github.com/python/cpython
Revision 3ec9d019013a9e9125d4f8669be177b9154cb45b authored by Senthil Kumaran on 03 December 2020, 03:48:14 UTC, committed by GitHub on 03 December 2020, 03:48:14 UTC
1 parent 5291639
Raw File
Tip revision: 3ec9d019013a9e9125d4f8669be177b9154cb45b authored by Senthil Kumaran on 03 December 2020, 03:48:14 UTC
Remove the conditional for setting query. (#23604)
Tip revision: 3ec9d01
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