[DOCS] Automatic sanitized override variable docs
This commit is contained in:
parent
73094e79bb
commit
02a9fa88e9
1 changed files with 4 additions and 0 deletions
|
|
@ -114,6 +114,10 @@ class Overrides(DictFormatterValidator):
|
||||||
|
|
||||||
Override variables can contain explicit values and other variables, including both override
|
Override variables can contain explicit values and other variables, including both override
|
||||||
and source variables.
|
and source variables.
|
||||||
|
|
||||||
|
In addition, any override variable defined will automatically create a `sanitized` version.
|
||||||
|
In the example above, `output_directory_sanitized` will exist and perform sanitization on
|
||||||
|
the value.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# pylint: enable=line-too-long
|
# pylint: enable=line-too-long
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue