Skip to content
Snippets Groups Projects
Unverified Commit 1cdbb599 authored by Jean-Christophe Fillion-Robin's avatar Jean-Christophe Fillion-Robin
Browse files

docs: Fix invalid figure options in VTKFileFormats.md

This commit addresses the following warnings like the following introduced
in 056f0627 (vtkhdf: document transient data)

/path/to/VTK/Documentation/docs/design_documents/VTKFileFormats.md:1085:
WARNING: 'figure': Invalid options format (not a dict) [myst.directive_parse]
parent 080bef42
No related branches found
No related tags found
No related merge requests found
......@@ -1083,9 +1083,9 @@ using the following formulas:
```{figure} poly_data_hdf_schema.png
---
width=640
---
:width: 640px
:align: center
Figure 8. - Poly Data VTKHDF File Format
```
......@@ -1159,9 +1159,9 @@ absence of a data set, the appropriate geometry offsetting for the time step is
place.
```{figure} transient_hdf_schema.png
---
width=640
---
:width: 640px
:align: center
Figure 10. - Transient Data VTKHDF File Format
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment