[DOCS] Automatic sanitized override variable docs (#453)
* [DOCS] Automatic sanitized override variable docs * formatting
This commit is contained in:
parent
9b90c367a5
commit
741e4825a9
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
|
||||
and source variables.
|
||||
|
||||
In addition, any override variable defined will automatically create a ``sanitized`` variable
|
||||
for use. In the example above, ``output_directory_sanitized`` will exist and perform
|
||||
sanitization on the value when used.
|
||||
"""
|
||||
|
||||
# pylint: enable=line-too-long
|
||||
|
|
|
|||
Loading…
Reference in a new issue