Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.

This commit is contained in:
R David Murray 2013-12-20 14:37:39 -05:00
parent fd1ff1c888
commit 6a14381530
4 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.. module:: asyncio
.. currentmodule:: asyncio
.. _event-loop:

View File

@ -1,4 +1,4 @@
.. module:: asyncio
.. currentmodule:: asyncio
++++++++++++++++++++++++
Transports and protocols

View File

@ -1,3 +1,4 @@
.. currentmodule:: asyncio
.. _sync:
Synchronization primitives

View File

@ -1,4 +1,4 @@
.. module:: asyncio
.. currentmodule:: asyncio
Tasks and coroutines
====================