Staging
v0.5.1
https://github.com/python/cpython
Revision 85ccedc5b57ddda198e7176ba787e3896435c504 authored by Miss Islington (bot) on 27 September 2018, 19:53:18 UTC, committed by GitHub on 27 September 2018, 19:53:18 UTC
(cherry picked from commit 59ee5b12938efbf534f2a19300a847bf6b23a77d)

Co-authored-by: Yury Selivanov <yury@magic.io>
1 parent 24cb7de
Raw File
Tip revision: 85ccedc5b57ddda198e7176ba787e3896435c504 authored by Miss Islington (bot) on 27 September 2018, 19:53:18 UTC
bpo-34802: Fix asyncio.iscoroutine() docs (GH-9611)
Tip revision: 85ccedc
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