]> granicus.if.org Git - python/commitdiff
Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.
authorR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 19:37:39 +0000 (14:37 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 19:37:39 +0000 (14:37 -0500)
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-sync.rst
Doc/library/asyncio-task.rst

index 95a83440805105841f55d7739a89b83b0c80d662..910a036ccb6d49e8187c0bf65dd95a685fa22112 100644 (file)
@@ -1,4 +1,4 @@
-.. module:: asyncio
+.. currentmodule:: asyncio
 
 .. _event-loop:
 
index 0fd456ec6df238bb675484bcd40236e590c2d0dc..a5383cccd882fc1a0d31e74bfe089c8e929c96f7 100644 (file)
@@ -1,4 +1,4 @@
-.. module:: asyncio
+.. currentmodule:: asyncio
 
 ++++++++++++++++++++++++
 Transports and protocols
index aaa8b93ccca1bc8ff88312157ba9714cf72de100..3ea49b376c74626d061439700f0e8d6d5c0855ba 100644 (file)
@@ -1,3 +1,4 @@
+.. currentmodule:: asyncio
 .. _sync:
 
 Synchronization primitives
index adc344e2168c8bf9f2da0417287c7a2ed92adf6c..82600d4cf86fcecdd8075d916ef0a4da8a034a57 100644 (file)
@@ -1,4 +1,4 @@
-.. module:: asyncio
+.. currentmodule:: asyncio
 
 Tasks and coroutines
 ====================