Typing Information
Type Aliases
DisplayNameFormat
Literal[
"full", "name", "short", "relative", "canonical"
]
DocObjectKind
Literal[
"module",
"class",
"method",
"function",
"attribute",
"alias",
"type",
"typevar",
]
DocstringDefinitionType
Documentable
(
# _Docable, Doc
DocClass
| DocFunction
| DocAttribute
| DocModule
# _Docable
| Link
# Structual
| Page
| Section
| Layout
)
RenderObjType
Annotation
DocType
DocClass | DocFunction | DocAttribute | DocModule
DocMemberType
MemberPage | Doc | Link