Skip to content

Commit

Permalink
chore: regen neuroml schema docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Jun 18, 2024
1 parent ae12932 commit 2b632f5
Show file tree
Hide file tree
Showing 11 changed files with 414 additions and 451 deletions.
1 change: 1 addition & 0 deletions scripts/schemas/generate-jupyter-ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def get_comp_examples(srcdirs, examples_max=3):
examples.sort(key=len, reverse=True)
# Let's only keep the first 5 examples
for example in examples:
ET.indent(example, space=" ")
if len(comp_type_examples[comp_type]) < examples_max:
comp_type_examples[comp_type].append(
ET.tostring(example, pretty_print=True,
Expand Down
2 changes: 2 additions & 0 deletions scripts/schemas/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
libneuroml
pylems
jinja2
lxml
Loading

0 comments on commit 2b632f5

Please sign in to comment.