Skip to content

Commit d2823c5

Browse files
authored
Update instance.py
1 parent e4dc1e9 commit d2823c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pipeline/instance.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ def _build_simple_instances(self, docpath:str, instances_ids:List, schemadir:str
102102
doc.heading(subtitle, char="-")
103103
doc.newline()
104104
doc.directive(name="admonition", arg="metadata sheet")
105-
doc.newline()
106105
field_list_indent = 3
106+
doc.content(":class: dropdown", indent=field_list_indent)
107+
doc.newline()
107108
for prop, value in sorted(instance_data.items()):
108109
if type(value) == str:
109110
doc.field(name=prop, value=str(value), indent=field_list_indent)

0 commit comments

Comments
 (0)