-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
107 lines (85 loc) · 2.87 KB
/
mkdocs.yml
File metadata and controls
107 lines (85 loc) · 2.87 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
site_name: CGMSIM
theme:
name: flatly
highlightjs: true
logo: 'logo.png'
site_url: https://lsandini.github.io/cgmsim-site
extra_javascript:
- javascripts/config.js
- javascripts/extra.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/admonitions.css
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/kinkkuporsas
- icon: fontawesome/solid/paper-plane
link: mailto:<lsandini@gmail.com>
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: ⌁
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_alt
options:
custom_icons:
- overrides/.icons
nav:
- Home: 'index.md'
- Admin Panel:
- Login:
- Google: 'admin/login/google.md'
- Fitbit: 'admin/login/fitbit.md'
- Local user: 'admin/login/local.md'
- Profile:
- Preprofile: 'admin/profile/preprofile.md'
- Profile (desktop): 'admin/profile/profile.md'
- Profile (mobile): 'admin/profile/profile-mobile.md'
- Create Nightscout: 'admin/create-nightscout.md'
- Subject: 'admin/subject.md'
- Parameters: 'admin/parameters.md'
- Kickstart: 'admin/kickstart.md'
- Activate: 'admin/activate.md'
- Nightscout:
- Profile: 'nightscout/profile.md'
- Treatments: 'nightscout/treatments.md'
- Activity: 'nightscout/activity.md'
- Pump mode: 'nightscout/pump-mode.md'
- Mathematical models:
- CGMSIM:
- mealtime insulin: 'model/mealtime.md'
- long-acting Agonists: 'model/la-agonists.md'
- carbs: 'model/food.md'
- endogenous glucose production: 'model/liver.md'
- physical activity: 'model/physical.md'
- random effects: 'model/random.md'
- UVA/Padova: 'model/uva-padova.md'
- Contact: 'contact.md'
- Mathematical Model:
- Overview: 'model/overview.md'
- Mealtime Insulin: 'model/mealtime.md'
- Long-acting insulin Agonists: 'model/la-agonists.md'
- Carb absorption from the gut: 'model/food.md'
- Endogenous Glucose production: 'model/liver.md'
- Physical activity: 'model/physical.md'
- Random variation: 'model/random.md'
- Installation:
- Overview: 'build/overview.md'
- Nightscout: 'build/nightscout.md'
- Linux/Ubuntu: 'build/linux.md'
- Download: 'build/clone.md'
- Setup script: 'build/setupscript.md'
- Kickstart: 'build/kickstart.md'
- Using the simulator:
- Overview: 'operate/overview.md'
- Declaring meals and mealtime insulin: 'operate/meals.md'
- Declaring long-acting insulins: 'operate/insulin.md'
- Pump mode and DIYAPS: 'operate/pump.md'
- View reports: 'operate/reports.md'
- Contact me: 'contact.md'