mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add comment for Inventory type
This commit is contained in:
parent
1ef7b1a080
commit
ef4fa3682b
@ -28,4 +28,5 @@ RoleFunction = Callable[[text_type, text_type, text_type, int, Inliner, Dict, Li
|
|||||||
# title getter functions for enumerable nodes (see sphinx.domains.std)
|
# title getter functions for enumerable nodes (see sphinx.domains.std)
|
||||||
TitleGetter = Callable[[nodes.Node], text_type]
|
TitleGetter = Callable[[nodes.Node], text_type]
|
||||||
|
|
||||||
|
# inventory data on memory
|
||||||
Inventory = Dict[str, Dict[str, Tuple[str, str, str, str]]]
|
Inventory = Dict[str, Dict[str, Tuple[str, str, str, str]]]
|
||||||
|
Loading…
Reference in New Issue
Block a user