mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Define `__all__`
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
committed by
Adam Turner
parent
3e8b8ab2d9
commit
56b793d1c2
@@ -18,6 +18,24 @@ This works as follows:
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
__all__ = (
|
||||
'InventoryAdapter',
|
||||
'fetch_inventory',
|
||||
'fetch_inventory_group',
|
||||
'load_mappings',
|
||||
'normalize_intersphinx_mapping',
|
||||
'IntersphinxRoleResolver',
|
||||
'inventory_exists',
|
||||
'install_dispatcher',
|
||||
'resolve_reference_in_inventory',
|
||||
'resolve_reference_any_inventory',
|
||||
'resolve_reference_detect_inventory',
|
||||
'missing_reference',
|
||||
'IntersphinxDispatcher',
|
||||
'IntersphinxRole',
|
||||
'inspect_main',
|
||||
)
|
||||
|
||||
import concurrent.futures
|
||||
import functools
|
||||
import posixpath
|
||||
|
||||
Reference in New Issue
Block a user