1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: README
parts:
- caption: Features
chapters:
- file: "examples/real_function_space.py"
- file: "examples/point_source.py"
- file: "examples/xdmf_point_cloud.py"
- file: "examples/mark_entities.py"
- file: "examples/blocked_solver.py"
- file: "examples/evaluate_function.py"
- file: "examples/transfer_tags_to_submesh"
- caption: Reference
chapters:
- file: "docs/api.rst"
- file: CONTRIBUTING
- file: CODE_OF_CONDUCT
|