mirror of https://github.com/python/cpython
Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.
This commit is contained in:
parent
fd1ff1c888
commit
6a14381530
|
@ -1,4 +1,4 @@
|
||||||
.. module:: asyncio
|
.. currentmodule:: asyncio
|
||||||
|
|
||||||
.. _event-loop:
|
.. _event-loop:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.. module:: asyncio
|
.. currentmodule:: asyncio
|
||||||
|
|
||||||
++++++++++++++++++++++++
|
++++++++++++++++++++++++
|
||||||
Transports and protocols
|
Transports and protocols
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
.. currentmodule:: asyncio
|
||||||
.. _sync:
|
.. _sync:
|
||||||
|
|
||||||
Synchronization primitives
|
Synchronization primitives
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.. module:: asyncio
|
.. currentmodule:: asyncio
|
||||||
|
|
||||||
Tasks and coroutines
|
Tasks and coroutines
|
||||||
====================
|
====================
|
||||||
|
|
Loading…
Reference in New Issue