Staging
v0.8.1
https://github.com/python/cpython
Revision bc4bdbd6a8a103afbf6525f7ee13802147001894 authored by Benjamin Peterson on 06 October 2016, 06:26:24 UTC, committed by Benjamin Peterson on 06 October 2016, 06:26:24 UTC
1 parent 46550ff
Raw File
Tip revision: bc4bdbd6a8a103afbf6525f7ee13802147001894 authored by Benjamin Peterson on 06 October 2016, 06:26:24 UTC
make 'where' Py_ssize_t
Tip revision: bc4bdbd
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