-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
52 lines (43 loc) · 1.14 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
# _pkgdown.yml
url: https://niehs.github.io/beethoven/
template:
bootstrap: 5
bootswatch: minty
navbar:
structure:
left: [reference, articles, search]
right: [github]
reference:
- subtitle: Utility
desc: Cleaning and adjusting data structure for succinct pipeline
contents:
- has_keyword("Utility")
- subtitle: Calculation
desc: Main calculation functions for branching, parallel processing, and parameter injection
contents:
- has_keyword("Calculation")
- subtitle: Post-calculation
desc: Merging calculation results
contents:
- has_keyword("Post-calculation")
- subtitle: Base learner
desc: Fitting base learner and helper functions
contents:
- has_keyword("Baselearner")
- subtitle: Meta learner
desc: Fitting meta learner
contents:
- contains("meta_learner")
- subtitle: Miscellaneous
desc: Miscellaneous functions for general use
contents:
- has_keyword("Miscellaneous")
articles:
- title: List of features
desc: Features (covariates) used in beethoven
contents:
- list_features
- title: Generate prediction points
desc: Generate 8 millions of prediction points
contents:
- prediction_points