Skip to content

Commit 65518c9

Browse files
committed
move to delphidocs
1 parent 46df0bd commit 65518c9

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
.Rhistory
33
.RData
44
.Ruserdata
5-
.DS_Store
5+
*.DS_Store
66
docs

_pkgdown.yml

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
url: https://cmu-delphi.github.io/epidatasets/
2+
23
template:
3-
bootstrap: 5
4-
bootswatch: cosmo
5-
bslib:
6-
font_scale: 1.0
7-
primary: '#C41230'
8-
link-color: '#C41230'
9-
navbar-bg: '#C41230'
10-
navbar-fg: '#f8f8f8'
11-
navbar:
12-
bg: '#C41230'
13-
fg: '#f8f8f8'
4+
package: delphidocs
5+
6+
repo:
7+
url:
8+
home: https://github.com/cmu-delphi/epidatasets/
9+
source: https://github.com/cmu-delphi/epidatasets/
10+
issue: https://github.com/cmu-delphi/epidatasets/issues
11+
1412
home:
15-
links:
16-
- text: The epiprocess R package
17-
href: https://cmu-delphi.github.io/epiprocess/
18-
- text: The epipredict R package
19-
href: https://cmu-delphi.github.io/epipredict/
20-
- text: The covidcast R package
21-
href: https://cmu-delphi.github.io/covidcast/covidcastR/
22-
- text: The epidatr R package
23-
href: https://github.com/cmu-delphi/epidatr/
13+
sidebar:
14+
structure: [links, license, community, citation, authors, dev, related]
15+
components:
16+
related:
17+
title: Delphi packages and resources
18+
text: |
19+
* [The epidatr package](https://github.com/cmu-delphi/epidatr/)
20+
* [The epiprocess package](https://cmu-delphi.github.io/epiprocess/)
21+
* [The epipredict package](https://cmu-delphi.github.io/epipredict)
22+
* [Introduction to Delphi's Tooling Work](https://cmu-delphi.github.io/delphi-tooling-book/)
2423
24+
reference:
25+
- title: Included data
26+
- contents: has_keyword("datasets")

0 commit comments

Comments
 (0)