Skip to content

Commit 8fd7248

Browse files
authored
Merge pull request #288 from jrycw/expose-yaml_to_python
docs: expose `yaml_to_python()` function
2 parents 1c30553 + e60e7a5 commit 8fd7248

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/_quarto.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)