-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (41 loc) · 1.21 KB
/
mkdocs.yml
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
43
44
site_name: pyEDM, rEDM
theme:
name: readthedocs
extra_css: [extra.css]
plugins:
- mknotebooks
- mkdocs-video:
is_video: True
video_muted: True
video_controls: True
css_style:
width: "75%"
markdown_extensions:
- attr_list
nav:
- Home : index.md
- Getting Started :
- EDM Framework : edm_intro.md
- Installation : installation.md
- Documentation :
- API Reference : edm_functions.md
- Parameters : parameters.md
- Simplex : simplex_.md
- SMap : smap_.md
- CCM : ccm_.md
- Multiview : multiview_.md
- EmbedDimension : embedDimension_.md
- PredictInterval : predictInterval_.md
- PredictNonlinear : predictNonlinear_.md
- Embed : embed_.md
- MakeBlock : makeBlock_.md
- ComputeError : computeError_.md
- Embedding Parameters:
- Embedding : embedding_parameters.md
- Examples :
- Basic EDM Examples : basic_examples.ipynb
- EDM Algorithms :
- EDM Algorithms in Depth : algorithms_in_depth.md
- S-map First Principles : SMap_Demo.ipynb
- S-map Custom Solvers : solvers_demo.ipynb
- Conditional Embedding : cond_emb_demo.ipynb