1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
format: jb-book
root: README
parts:
- caption: How to guides
chapters:
- file: "docs/installation"
- file: "docs/quickstart"
- file: "docs/adding_backend"
- file: "docs/migration_guide"
- file: "docs/testing.md"
- file: "docs/reading_legacy_data"
- caption: Introduction to IPyParallel
chapters:
- file: "docs/ipyparallel_intro"
- caption: Writing and reading mesh data
chapters:
- file: "docs/writing_mesh_checkpoint"
- file: "docs/partitioned_mesh"
- file: "docs/time_dependent_mesh"
- file: "docs/meshtags"
- caption: Writing and reading functions
chapters:
- file: "docs/writing_functions_checkpoint"
- file: "docs/snapshot_checkpoint"
- file: "docs/original_checkpoint"
- caption: Python API
chapters:
- file: "docs/api"
- file: "docs/backend"
- file: "docs/backends/adios2"
- file: "docs/backends/h5py"
- file: "docs/backends/pyvista"
- file: "docs/backends/xdmf"
- file: "docs/backends/vtkhdf"
- caption: Contributing
chapters:
- file: "CONTRIBUTING"
|