Skip to content

Commit 2887766

Browse files
authored
Merge pull request #38 from M-o-a-T/master
Restructure trio_asyncio
2 parents 3a72e63 + 2c0fdae commit 2887766

30 files changed

Lines changed: 1882 additions & 700 deletions

docs/source/conf.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@
3030
("py:class", "CapacityLimiter-like object"),
3131
("py:class", "bytes-like"),
3232
("py:class", "None"),
33-
("py:func", "trio_asyncio.wait_for_child"),
34-
("py:func", "trio_asyncio.run_future"),
35-
("py:func", "trio_asyncio.run_coroutine"),
36-
("py:func", "trio_asyncio.run_asyncio"),
37-
("py:func", "sniffio.current_async_library"),
38-
("py:class", "trio_asyncio.TrioEventLoop"),
39-
("py:class", "trio_asyncio.TrioExecutor"),
40-
("py:class", "trio_asyncio.TrioChildWatcher"),
41-
("py:meth", "trio_asyncio.TrioEventLoop.autoclose"),
42-
("py:meth", "trio_asyncio.TrioEventLoop.add_reader"),
43-
("py:meth", "trio_asyncio.TrioEventLoop.add_writer"),
44-
("py:meth", "trio_asyncio.sync.SyncTrioEventLoop.run_until_complete"),
45-
("py:mod", "trio_asyncio"), ## ???
4633
]
4734

4835
autodoc_inherit_docstrings = False
@@ -67,7 +54,7 @@
6754
intersphinx_mapping = {
6855
"python": ('https://docs.python.org/3', None),
6956
"trio": ('https://trio.readthedocs.io/en/stable', None),
70-
# "sniffio": ('https://sniffio.readthedocs.io/en/stable', None),
57+
"sniffio": ('https://sniffio.readthedocs.io/en/latest', None),
7158
}
7259

7360
autodoc_member_order = "bysource"

0 commit comments

Comments
 (0)