File: _toc.yml

package info (click to toggle)
scifem 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,416 kB
  • sloc: python: 4,442; cpp: 323; sh: 16; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (3)
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