generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
64 lines (62 loc) · 1.5 KB
/
_pkgdown.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
url: https://epiverse-trace.github.io/epidemics/
template:
bootstrap: 5
bslib:
font_weight_base : 300
package: epiversetheme
development:
mode: auto
articles:
- title: Modelling interventions
navbar: Modelling interventions
contents:
- contains("intervention")
- title: Modelling vaccination
navbar: Modelling vaccination
contents:
- modelling_vaccination
- title: Modelling seasonality
navbar: Modelling seasonality
contents:
- modelling_time_dependence
- title: Advanced modelling
navbar: Advanced modelling
contents:
- modelling_param_uncertainty
- modelling_scenarios
- finalsize_comparison
- title: Guides to library models
navbar: Guides to library models
contents:
- model_vacamole
- model_ebola
- model_diphtheria
- title: Guides for developers
navbar: Guides for developers
contents:
- design-principles
- developer-walkthrough
reference:
- title: Model functions
contents:
- starts_with("model_")
- title: Classes and related functions
- subtitle: Intervention
contents:
- contains("intervention")
- subtitle: Population
contents:
- contains("population")
- subtitle: Vaccination
contents:
- contains("vaccination")
- title: Helper functions
desc: Functions to help with handling package classes and outputs.
contents:
- epidemic_size
- epidemic_peak
- new_infections
- title: Scenario comparison
desc: Functions to help with comparing intervention scenarios.
contents:
- outcomes_averted