-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
134 lines (126 loc) · 4.29 KB
/
mkdocs.yml
File metadata and controls
134 lines (126 loc) · 4.29 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
site_name: EMOD-Generic-Scripts
site_url: https://emod-hub.github.io/emod-generic-scripts/
repo_name: EMOD-Hub/EMOD-Generic-Scripts
repo_url: https://github.com/EMOD-Hub/EMOD-Generic-Scripts/
theme:
name: material
custom_dir: docs/customization/overrides
font:
text: Roboto
code: Roboto Mono
logo: images/EMOD_logo.png
favicon: images/favicon.ico
features:
# - navigation.footer
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: white
accent: light blue
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: black
accent: light blue
nav:
- Home: index.md
- Getting started: getting_started.md
- Workflow overview: workflow.md
- Examples:
- examples.md
- examples/model_covariance01.md
- examples/model_covid01.md
- examples/model_demographics_wpp01.md
- examples/model_demographics01.md
- examples/model_measles01.md
- examples/model_measles_cod01.md
- examples/model_measles_gha01.md
- examples/model_measles_nga01.md
- examples/model_measles_nga02.md
- examples/model_network01.md
- examples/model_polio_nga01.md
- examples/model_rubella01.md
- examples/model_transtree01.md
- API reference: autoapi/
plugins:
- search:
- autorefs:
- include-markdown:
- glightbox:
- mkdocs-autoapi:
autoapi_ignore:
- build/**/*
- docs/**/*
- environments/**/*
- model_*/**/*
- refdat_*/**/*
- tests/**/*
autoapi_add_nav_entry: false
- mkdocstrings:
markdown_extensions:
- admonition:
- attr_list: # enables HTMl and CSS classes to inline elements
- def_list:
- md_in_html: # enables grids
- pymdownx.arithmatex: # Latex processing for math equations
generic: true
- pymdownx.blocks.caption: # captions for images, tables, etc.
- pymdownx.blocks.details: # allows nesting of collapsible code
- pymdownx.caret: # superscripts
- pymdownx.details: # collapsible elements
- pymdownx.highlight: # syntax highlighting for code blocks
linenums: true # adds line numbers to code blocks automatically
anchor_linenums: true # adds HTML anchors (#L1, #L2, etc.) to each line so you can link to specific ones.
default_lang: 'python'
- pymdownx.mark: # text highlighting
- pymdownx.snippets: # snippet reuse functionality
auto_append:
- docs/bib.md
- pymdownx.tilde: # subscripts
copyright: Copyright © 2025 Gates Foundation. All rights reserved.
extra_javascript:
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- customization/css/extra.css
extra:
generator: false # Removes acknowledgement of mkdocs-material
footer_links:
- text: "Privacy and Cookies Notice"
href: "https://www.gatesfoundation.org/Privacy-and-Cookies-Notice"
- text: "Terms of Use"
href: "https://www.gatesfoundation.org/Terms-of-Use"
social:
- icon: fontawesome/brands/github
link: https://github.com/EMOD-Hub/
- icon: fontawesome/regular/envelope
link: mailto:idm@gatesfoundation.org
- icon: octicons/globe-24
link: https://idmod.org
- icon: simple/youtube
link: http://www.youtube.com/@institutefordiseasemodelin1987
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/institute-disease-modeling
- icon: fontawesome/brands/slack
link: https://gatesfoundation.enterprise.slack.com/
analytics:
provider: custom
property: GTM-NK4K647
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback! If you like, provide additional information by
using our <a href="https://app.smartsheet.com/b/form/ec8dbb77809949ecab7286a5ca74a206" target="_blank" rel="noopener">feedback form</a>.
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://app.smartsheet.com/b/form/ec8dbb77809949ecab7286a5ca74a206" target="_blank" rel="noopener">feedback form</a>.