Update build_examples.py
This commit is contained in:
parent
3aa1a2e651
commit
b46d26319a
@ -64,7 +64,7 @@ def build_generated(groupkeys):
|
|||||||
# collect and iterate input YAML files
|
# collect and iterate input YAML files
|
||||||
for yaml_file in collect_filenames("Building", key, input_extensions):
|
for yaml_file in collect_filenames("Building", key, input_extensions):
|
||||||
print(f' "{yaml_file}"')
|
print(f' "{yaml_file}"')
|
||||||
wireviz.parse_file(yaml_file)
|
wireviz.parse(yaml_file, output_formats=("gv", "html", "png", "svg", "tsv"))
|
||||||
|
|
||||||
if build_readme:
|
if build_readme:
|
||||||
i = "".join(filter(str.isdigit, yaml_file.stem))
|
i = "".join(filter(str.isdigit, yaml_file.stem))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user