Skip to content

Commit

Permalink
fix: specify missing children
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 22, 2024
1 parent 9b38f35 commit 23ec2d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/examples/references.equations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cases:
kind: eq
identifier: matrix
label: ' matrix '
children: []
- type: mystDirective
name: figure
args: fig.jpg
Expand Down Expand Up @@ -70,6 +71,7 @@ cases:
kind: eq
identifier: matrix
label: matrix
children: []
- type: mystDirective
name: math
options:
Expand Down
3 changes: 3 additions & 0 deletions docs/examples/references.figures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cases:
kind: numref
identifier: my-figure
label: my-figure
children: []
myst: '{numref}`my-figure`'
html: >-
<p><span class="reference role unhandled"><code
Expand Down Expand Up @@ -75,6 +76,7 @@ cases:
kind: numref
identifier: my-figure
label: my-figure
children: []
- type: mystDirective
name: figure
args: fig.jpg
Expand Down Expand Up @@ -182,6 +184,7 @@ cases:
kind: ref
identifier: my-figure
label: my-figure
children: []
- type: mystDirective
name: figure
args: fig.jpg
Expand Down
1 change: 1 addition & 0 deletions docs/examples/references.headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cases:
kind: ref
identifier: my_id
label: my_id
children: []
- type: mystTarget
label: my_id
- type: heading
Expand Down
2 changes: 2 additions & 0 deletions docs/examples/references.tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cases:
kind: numref
identifier: my-table
label: my-table
children: []
- type: mystDirective
name: list-table
args: Caption text
Expand Down Expand Up @@ -174,6 +175,7 @@ cases:
kind: ref
identifier: my-table
label: my-table
children: []
- type: mystDirective
name: list-table
args: Caption text
Expand Down

0 comments on commit 23ec2d3

Please sign in to comment.