summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio.rst
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-09-14 22:11:24 (GMT)
committerGitHub <noreply@github.com>2018-09-14 22:11:24 (GMT)
commit7372c3bbefb4763dbd1b6d66f7971bef28c0f056 (patch)
treea3a1520099a54abbb6165bbcc4a249fb68cf24dd /Doc/library/asyncio.rst
parent6c7316439d966cdbc76ffcc005e5d9c563064ba2 (diff)
downloadcpython-7372c3bbefb4763dbd1b6d66f7971bef28c0f056.zip
cpython-7372c3bbefb4763dbd1b6d66f7971bef28c0f056.tar.gz
cpython-7372c3bbefb4763dbd1b6d66f7971bef28c0f056.tar.bz2
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
Diffstat (limited to 'Doc/library/asyncio.rst')
-rw-r--r--Doc/library/asyncio.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst
index c1b0408..25daeb6 100644
--- a/Doc/library/asyncio.rst
+++ b/Doc/library/asyncio.rst
@@ -42,8 +42,8 @@ as well as **low-level** APIs for *library and framework developers* to:
with async/await syntax.
-Contents
---------
+Reference
+---------
.. rubric:: High-level APIs
@@ -73,6 +73,7 @@ Contents
.. toctree::
:maxdepth: 1
+ asyncio-api-index.rst
asyncio-dev.rst