mkdocs_macros_kiara
Attributes¶
yaml = StringYAML()
module-attribute
¶
kiara_obj = Kiara.instance()
module-attribute
¶
Classes¶
Functions¶
define_env(env)
¶
This is the hook for defining variables, macros and filters.
- variables: the dictionary that contains the environment variables
- macro: a decorator function, to declare a macro.
Source code in /opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/kiara/doc/mkdocs_macros_kiara.py
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
|