Staging
v0.8.1
https://github.com/python/cpython
Revision 8894ef1783d7c27e4fcd5318458250406bd6a68c authored by Zachary Ware on 23 April 2014, 15:04:20 UTC, committed by Zachary Ware on 23 April 2014, 15:04:20 UTC
1 parent d65ba51
Raw File
Tip revision: 8894ef1783d7c27e4fcd5318458250406bd6a68c authored by Zachary Ware on 23 April 2014, 15:04:20 UTC
Prevent Sphinx error on whatsnew/changelog
Tip revision: 8894ef1
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

.. include legacy packaging docs in build

.. toctree::
   :hidden:

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