-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
60 lines (57 loc) · 1.23 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
destination: docs
url: https://sfcheung.github.io/modelbpp/
template:
bootstrap: 5
bootswatch: sandstone
theme: a11y-light
bslib:
pkgdown-nav-height: 80px
bg: "#EFEFEF"
fg: "#000000"
primary: "#907E4F"
link-color: "#000000"
base_font: {google: "Heebo"}
heading_font: {google: "Heebo"}
code_font: {google: "Red Hat Mono"}
includes:
in_header: <meta name="google-site-verification" content="0VLBmFnW_UJFI-7gXnORPBsWxqZwmzuGpK-TeVRLBjQ" />
navbar:
bg: primary
structure:
left: [intro, articles, reference, tutorials, news]
right: [search, github]
components:
articles:
text: Articles
menu:
- text: "<General>"
- text: Get Started
href: articles/modelbpp.html
reference:
- title: Main Functions
- contents:
- model_set
- model_graph
- title: Helpers
- contents:
- fit_many
- get_add
- get_drop
- min_prior
- get_partables
- identical_partables
- is_partable
- same_variables
- to_partables
- measurement_invariance_models
- title: Methods
- contents:
- print.partables
- print.sem_outs
- print.model_set
- plot.model_graph
- c.partables
- title: Datasets
desc: Datasets used in examples.
- contents:
- has_keyword("datasets")