-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (41 loc) · 1.14 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
45
46
47
48
49
50
theme:
name: material
icon:
repo: fontawesome/brands/github
admonition:
warning: material/alert
site_name: GlucoseGuard
site_url: https://francesco-vaselli.github.io/GlucoseGuard/
nav:
- Home: index.md
- Data and Preprocessing:
- Overview: overview.md
- Preprocessing: preprocessing.md
- Data Augmentation: upsampling.md
- Codebase: codebase.md
- Models and Results:
- Overview: overview1.md
- Baseline Models: baseline_models.md
- CNN: cnn.md
- RNN: rnn.md
- Attention Network: attention.md
- Future Improvements: improvements.md
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- footnotes
- tables
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
repo_url: https://github.com/francesco-vaselli/GlucoseGuard
repo_name: francesco-vaselli/GlucoseGuard
edit_uri: ""