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:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.. module:: asyncio
|
||||
.. currentmodule:: asyncio
|
||||
|
||||
++++++++++++++++++++++++
|
||||
Transports and protocols
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.. currentmodule:: asyncio
|
||||
.. _sync:
|
||||
|
||||
Synchronization primitives
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.. module:: asyncio
|
||||
.. currentmodule:: asyncio
|
||||
|
||||
Tasks and coroutines
|
||||
====================
|
||||
|
|
Loading…
Reference in New Issue