diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-12-17 21:39:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-17 21:39:48 +0900 |
| commit | 0a199c08b834e8416ddec7d2b4b4f6e8950f8196 (patch) | |
| tree | b4457b0ff26a1ca5b1cc98b9a9e7a9df51ecec4e | |
| parent | d8e6c799beac72003019ed62f1a9af858a1ec3b7 (diff) | |
| parent | ef4fa3682bc54ca3f389c6c9c856e1be5fc006ce (diff) | |
| download | sphinx-git-0a199c08b834e8416ddec7d2b4b4f6e8950f8196.tar.gz | |
Merge pull request #5825 from tk0miya/add_comment
Add comment for Inventory type
| -rw-r--r-- | sphinx/util/typing.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/typing.py b/sphinx/util/typing.py index 08423b8c8..cf6c49daf 100644 --- a/sphinx/util/typing.py +++ b/sphinx/util/typing.py @@ -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) TitleGetter = Callable[[nodes.Node], text_type] +# inventory data on memory Inventory = Dict[str, Dict[str, Tuple[str, str, str, str]]] |
