Staging
v0.5.1
https://github.com/python/cpython
Revision dd47b1944df116cbdbadce3af463c8ccf9699418 authored by csabella on 14 June 2017, 16:26:41 UTC, committed by Mariatta on 14 June 2017, 16:26:41 UTC
Replace platform with platforms.
(cherry picked from commit 4ebf03d109f827c91a23256a447c1d74a203dfee)
1 parent 3280579
Raw File
Tip revision: dd47b1944df116cbdbadce3af463c8ccf9699418 authored by csabella on 14 June 2017, 16:26:41 UTC
Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188)
Tip revision: dd47b19
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