-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
61 lines (56 loc) · 1.54 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
url: https://venpopov.github.io/bmm/
template:
bootstrap: 5
development:
mode: auto
navbar:
structure:
left: [intro, reference, articles, changelog, develop]
components:
reference:
text: Functions
href: reference/index.html
articles:
text: Articles
href: articles/index.html
changelog:
text: Changelog
href: news/index.html
develop:
text: Develop
href: dev-notes/index.html
reference:
- title: "About bmm"
desc: "These pages provide a summary of the functionality available in bmm"
- contents:
- "bmm"
- "supported_models"
- title: "Fitting models"
desc: "Main function for model fitting"
- contents:
- "fit_model"
- title: "Extract model information"
desc: "Utility functions for extracting default priors, generate stan code, stan data, etc."
- contents:
- has_keyword("extract_stan")
- title: "Specifying models"
desc: "Functions for specifying which model to fit"
- contents:
- has_keyword("bmmmodel")
- title: "Distributions"
desc: "Functions for special distributions"
- contents:
- has_keyword("distribution")
- title: "Data and parameter transformations"
desc: "Utility functions for transforming data and parameters"
- contents:
- has_keyword("transform")
- title: "Developers' corner"
desc: "Functions to assist in developing new models"
- contents:
- has_keyword("developer")
- title: "Datasets"
desc: "Available datasets for fitting the models"
- contents:
- "OberauerLin_2017"
- "ZhangLuck_2008"