-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
174 lines (164 loc) · 5.99 KB
/
Copy pathmkdocs.yml
File metadata and controls
174 lines (164 loc) · 5.99 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
site_name: Epiworld
site_description: A general framework for epidemiologic simulation
site_url: https://UofUEpi.github.io/epiworld
repo_name: UofUEpiBio/epiworld
repo_url: https://github.com/UofUEpiBio/epiworld
docs_dir: docs
site_dir: site
theme:
name: material
logo: assets/branding/epiworld.png
favicon: assets/branding/epiworld.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.indexes
- search.suggest
- search.highlight
- content.code.copy
nav:
- Home: README.md
- Models:
- Overview: epiworld/modules.md
- Basic Compartmental Models:
- SIS: epiworld/classModelSIS.md
- SIR: epiworld/classModelSIR.md
- SEIR: epiworld/classModelSEIR.md
- Models with Death Compartment:
- SIRD: epiworld/classModelSIRD.md
- SISD: epiworld/classModelSISD.md
- SEIRD: epiworld/classModelSEIRD.md
- Connected Population Models:
- SIR Connected: epiworld/classModelSIRCONN.md
- SEIR Connected: epiworld/classModelSEIRCONN.md
- SIRD Connected: epiworld/classModelSIRDCONN.md
- SEIRD Connected: epiworld/classModelSEIRDCONN.md
- Population Mixing Models:
- SEIR Mixing: epiworld/classModelSEIRMixing.md
- SIR Mixing: epiworld/classModelSIRMixing.md
- SEIR Mixing Quarantine: epiworld/classModelSEIRMixingQuarantine.md
- Disease-Specific Models:
- Measles School: epiworld/classModelMeaslesSchool.md
- Measles Mixing: epiworld/classModelMeaslesMixing.md
- Measles Mixing Risk Quarantine: epiworld/classModelMeaslesMixingRiskQuarantine.md
- Specialized Models:
- SIR Logit: epiworld/classModelSIRLogit.md
- Diffusion Network: epiworld/classModelDiffNet.md
- Surveillance: epiworld/classModelSURV.md
- Examples:
- Overview: examples/index.md
- Hello World: examples/00-hello-world.md
- SEIR Model: examples/01-seir.md
- SIR Model: examples/01-sir.md
- SIS Model: examples/01-sis.md
- "SIR: Multiple Runs": examples/02-sir_multiple_runs.md
- "SIR: Multiple Runs with Plotting": examples/02b-sir_multiple_runs.md
- Simple SIR: examples/03-simple-sir.md
- User Data: examples/05-user-data.md
- SIR with OpenMP: examples/06-sir-omp.md
- SIR with OpenMP (Callbacks): examples/06b-sir-omp.md
- Surveillance Model: examples/07-surveillance.md
- Likelihood-Free MCMC: examples/10-likelihood-free-mcmc.md
- Entities: examples/11-entities.md
- Generation Interval: examples/13-genint.md
- Community and Hospital: examples/14-community-hosp.md
- SEIRD Transitions: examples/15-seird-transitions.md
- Stochastic Block Model: examples/16-sbm.md
- SBM Scalability Benchmark: examples/17-sbm-scalability.md
- SEIR Quarantine Benchmark: examples/18-seir-network-quarantine-benchmark.md
- "Poisson vs. Binomial Sampling": examples/19-poisson-approximation-binomial.md
- Implementation:
- Overview: impl/index.md
- Library Architecture: impl/library-architecture.md
- Performance Optimization: impl/performance-optimization.md
- Extending the Library: impl/extending-the-library.md
- Extending the Library with Models: impl/extending-the-library-with-models.md
- Core Simulation Models: impl/core-simulation-models.md
- Queueing System: impl/queueing-system.md
- Data Collection and Analysis: impl/data-collection-and-analysis.md
- Random Number Generation and Statistical Functions: impl/random-number-generation.md
- Reproducibility and run_multiple: impl/reproducibility-and-run-multiple.md
- Mixing and Entity Distribution: impl/mixing-and-entity-distribution.md
- Virus and Tool Distribution Functions: impl/virus-and-tool-distribution.md
- Generation Interval and Reproductive Number Calculation: impl/generation-interval-and-reproductive-number.md
- Events and Multi-Event Handling: impl/events-and-multi-event-handling.md
- Quarantine, Isolation, and Contact Tracing: impl/quarantine-isolation-and-contact-tracing.md
- Sampling Contacts: impl/sampling-contacts.md
- API Reference:
- Overview: api/index.md
- Classes: epiworld/annotated.md
- Files: epiworld/files.md
- Namespaces: epiworld/namespaces.md
hooks:
- script/mkdocs_hooks.py
plugins:
- search
- mkdoxy:
projects:
epiworld:
src-dirs: include/
full-doc: true
doxy-cfg:
FILE_PATTERNS: "*.hpp *.h"
RECURSIVE: YES
EXTRACT_ALL: YES
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences:
custom_fences:
- name: math
class: arithmatex
format: !!python/object/apply:pymdownx.arithmatex.arithmatex_fenced_format {kwds: {mode: generic, tag: div}}
- pymdownx.inlinehilite
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- javascripts/network-hero.js
- javascripts/compiler.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
validation:
nav:
omitted_files: info
not_found: warn
absolute_links: warn
links:
not_found: warn
absolute_links: warn
unrecognized_links: warn