1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
format: jb-book
root: README
parts:
- 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"
|