Staging
v0.5.1
https://github.com/python/cpython
Revision 1016b2ff00665203ae01d82520dac497ac89e5e7 authored by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) on 20 November 2016, 21:07:42 UTC, committed by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) on 20 November 2016, 21:07:42 UTC
1 parent bbfe6c3
Raw File
Tip revision: 1016b2ff00665203ae01d82520dac497ac89e5e7 authored by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) on 20 November 2016, 21:07:42 UTC
Rename the new --with-optimiations flag to --enable-optimizations.
Tip revision: 1016b2f
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