renderer
Classes¶
AliasResolutionError
¶
Source code in kiara/doc/mkdocstrings/renderer.py
11 12 |
|
KiaraInfoRenderer
¶
Bases: BaseRenderer
Source code in kiara/doc/mkdocstrings/renderer.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|
Attributes¶
default_config: dict = {}
class-attribute
¶
Functions¶
get_anchors(data: CollectorItem) -> typing.List[str]
¶
Source code in kiara/doc/mkdocstrings/renderer.py
19 20 21 22 23 24 25 26 |
|
render(data: typing.Dict[str, typing.Any], config: dict) -> str
¶
Source code in kiara/doc/mkdocstrings/renderer.py
28 29 30 31 32 33 34 |
|