-
Notifications
You must be signed in to change notification settings - Fork 22
/
_pkgdown.yml
45 lines (43 loc) · 1008 Bytes
/
_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
navbar:
structure:
left: [intro, reference, articles, cheatsheet, tutorials, news]
right: [search, github, lightswitch]
components:
cheatsheet:
text: Cheatsheet
href: https://github.com/CornellLabofOrnithology/auk/blob/master/cheatsheet/auk-cheatsheet.pdf
authors:
Matthew Strimas-Mackey:
href: http://strimas.com
Eliot Miller:
href: http://eliotmiller.weebly.com/
Wesley Hochachka:
href: https://www.birds.cornell.edu/hochachka/
reference:
- title: EBD Objects
contents:
- has_concept("objects")
- title: Process Text Files
contents:
- has_concept("text")
- title: Filter
contents:
- has_concept("filter")
- title: Pre-process
contents:
- has_concept("pre")
- title: Import
contents:
- has_concept("import")
- title: Modeling
contents:
- has_concept("modeling")
- title: Data
contents:
- has_concept("data")
- title: Path Management
contents:
- has_concept("paths")
- title: Helpers
contents:
- has_concept("helpers")