-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (29 loc) · 951 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (29 loc) · 951 Bytes
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
site_name: DeePyMoD
nav:
- Home: index.md
- Background:
- DeepMoD: background/deepmod.md
- Group sparsity: background/group_sparsity.md
- API:
- Model:
- DeepMoD: api/deepmod.md
- Function Approximators: api/func_approx.md
- Libraries: api/lib.md
- Constraints: api/const.md
- Sparsity: api/sparse.md
- Training: api/training.md
- Phimal-Utilities: api/utils.md
- Examples:
- Burgers: examples/Burgers/PDE_Burgers.md
- Korteweg-de Vries: examples/kdv/PDE_KdV.md
theme:
name: "material"
plugins:
- search
- mkdocstrings
markdown_extensions:
- pymdownx.arithmatex
repo_url: "https://github.com/PhIMaL/DeePyMoD_torch"
site_url: "https://phimal.github.io/DeePyMoD_torch/"
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML