forked from IvanWilli/DemoKin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
52 lines (50 loc) · 1.56 KB
/
_pkgdown.yml
File metadata and controls
52 lines (50 loc) · 1.56 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
url: https://ivanwilli.github.io/DemoKin/
template:
params:
bootstrap: 5
bootswatch: united
navbar:
title: "DemoKin"
structure:
left: [home, tutorials, reference, articles]
right: [github]
components:
home:
strip_header: true
title: DemoKin
description: Demographic analysis of kinship networks using matrix-based models.
icon: fas fa-home fa-lg
href: index.html
tutorials:
text: "Tutorials"
menu:
- text: "One-sex time-invariant model"
href: articles/1_1_OneSex_TimeInvariant_Age.html
- text: "One-sex time-varying model"
href: articles/1_2_OneSex_TimeVarying_Age.html
- text: "Two-sex time-invariant model"
href: articles/1_3_TwoSex_TimeInvariant_Age.html
- text: "Two-sex time-varying model"
href: articles/1_4_TwoSex_TimeVarying_Age.html
- text: "One-sex time-invariant Age-Stage model"
href: articles/2_1_OneSex_TimeInvariant_AgeStage.html
- text: "Two-sex time-varying Age-Stage model"
href: articles/2_2_TwoSex_TimeVarying_AgeStage.html
reference:
text: "Functions"
href: reference/index.html
articles:
text: "Articles"
href: articles/0_0_Papers.html
github:
icon: fab fa-github fa-lg
href: https://github.com/IvanWilli/DemoKin
# reference:
# - title: "Model estimation"
# desc: "Estimate kinship count distribution"
# contents:
# - starts_with("kin")
# - title: "Kinship diagram"
# desc: "Visualize a kinship diagram"
# contents:
# - starts_with("plot")