generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
67 lines (57 loc) · 2.16 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
65
66
67
url: https://epiverse-trace.github.io/superspreading
template:
includes:
in_header: |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-nB0miv6/jRmo5UMMR1wu3Gz6NLsoTkbqJghGIsx//Rlm+ZU03BU6SQNC66uf4l5+" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-7zkQWkzuo3B5mTepMUcHkMB5jZaolc2xDwL6VFqjFALcbeS9Ggm/Yr2r3Dy4lfFg" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-43gviWU0YVjaDtb/GhzOouOXtZMP/7XUzwPTstBeZFe/+rCMvRwr4yROQP43s0Xk" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
package: epiversetheme
bslib:
font_weight_base : 300
development:
mode: auto
reference:
- title: Offspring distributions
- subtitle: Poisson-lognormal
desc: PDF and CDF functions for the Poisson-lognormal compound distribution
contents:
- ends_with("poislnorm")
- subtitle: Poisson-Weibull
desc: PDF and CDF functions for the Poisson-Weibull compound distribution
contents:
- ends_with("poisweibull")
- title: Probability of epidemic, extinction or containment
desc: Probability of a disease causing an epidemic, going extinct or being contained
contents:
- starts_with("probability")
- title: Proportion of transmission
contents:
- proportion_transmission
- proportion_cluster_size
- title: Reproduction number in heterogeneous network
contents:
- calc_network_R
- title: Helper functions
contents:
- ic_tbl
- title: Constants
contents:
- constants
articles:
- title: Parameter estimation
navbar: Parameter estimation
contents:
- estimate_individual_level_transmission
- heterogeneous_network_outbreaks
- title: Superspreading for decision-making
navbar: Superspreading for decision-making
contents:
- epidemic_risk
- title: Proportion transmission
navbar: Proportion transmission
contents:
- proportion_transmission
- title: Developer Documentation
navbar: Developer Documentation
contents:
- design-principles