File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -239,10 +239,12 @@ quartodoc:
239239 The *YAML* group contains functions that allow for the use of YAML to orchestrate validation
240240 workflows. The `yaml_interrogate()` function can be used to run a validation workflow from
241241 YAML strings or files. The `validate_yaml()` function checks if the YAML configuration
242- passes its own validity checks.
242+ passes its own validity checks. The `yaml_to_python()` function converts YAML configuration
243+ to equivalent Python code.
243244 contents :
244245 - name : yaml_interrogate
245246 - name : validate_yaml
247+ - name : yaml_to_python
246248 - title : Utility Functions
247249 desc : >
248250 The *Utility Functions* group contains functions that are useful accessing metadata about
You can’t perform that action at this time.
0 commit comments