-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
120 lines (112 loc) · 3.82 KB
/
mkdocs.yml
File metadata and controls
120 lines (112 loc) · 3.82 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
site_name: emodpy
site_url: https://emod.idmod.org/emodpy/
repo_name: EMOD-Hub/emodpy
repo_url: https://github.com/EMOD-Hub/emodpy/
theme:
name: material
custom_dir: docs/customization/overrides
font:
text: Roboto
code: Roboto Mono
logo: images/EMOD_logo.png
favicon: images/favicon.ico
features:
- content.code.copy
# - navigation.footer
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
- API reference: autoapi/
- Related projects: https://emod.idmod.org/
plugins:
- search:
- autorefs:
- include-markdown:
- glightbox:
- table-reader:
- mkdocs-autoapi:
autoapi_ignore:
- .github/**/*
- .dev_scripts/**/*
- build/**/*
- docs/**/*
- tests/**/*
autoapi_add_nav_entry: false
- mkdocstrings:
markdown_extensions:
- admonition:
- attr_list: # enables HTMl and CSS classes to inline elements
- def_list:
- footnotes:
- 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.emoji: # emojis and icons
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- 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: octicons/comment-discussion-24
link: https://github.com/EMOD-Hub/issues-and-discussions
- 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
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>.