-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #259 from Spatiotemporal-Exposures-and-Toxicology/…
…pkgdown-02 pkgdown style updates
- Loading branch information
Showing
3 changed files
with
65 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
url: https://spatiotemporal-exposures-and-toxicology.github.io/NRTAPmodel/ | ||
|
||
|
||
template: | ||
bootstrap: 5 | ||
bootswatch: minty | ||
|
||
navbar: | ||
structure: | ||
left: [reference, articles] | ||
right: [search, github] | ||
|
||
|
||
development: | ||
mode: auto | ||
|
||
reference: | ||
- title: download data | ||
desc: Download environmental data and process functions | ||
contents: | ||
- starts_with("download") | ||
- starts_with("build") | ||
|
||
- title: check functions | ||
desc: Download environmental data and process functions | ||
contents: | ||
- matches("check") | ||
|
||
- title: spacetime data and cross-validation | ||
desc: future stdt package materials | ||
contents: | ||
- matches("stdt") | ||
- matches("dt") | ||
- starts_with("generate") | ||
- starts_with("extract") | ||
- matches("cv") | ||
|
||
- title: geographic covariate | ||
desc: functions to calculate geographic covariates | ||
contents: | ||
- starts_with("calc") | ||
|
||
|
||
- title: base learning | ||
desc: fitting base learner models | ||
contents: | ||
- matches("base_learner") | ||
|
||
- title: meta learning | ||
desc: fitting the meta learner model | ||
contents: | ||
- matches("meta") | ||
|
||
- title: other functions | ||
desc: other helper functions | ||
contents: | ||
- read_commands | ||
- startup_nrtap | ||
- test_download_functions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters