forked from ropensci/stplanr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
40 lines (37 loc) · 828 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
url: https://ropensci.github.io/stplanr
template:
package: rotemplate
destination: docs
reference:
- title: Work with OD data
contents:
- has_concept("od")
- title: Work with (desire) lines
contents:
- has_concept("lines")
- starts_with("line")
- title: Work with and analyse routes
contents:
- has_concept("route_funs")
- starts_with("route")
- title: Routing
contents:
- has_concept("routes")
- title: Work with nodes
contents:
- has_concept("nodes")
- title: Route network functions
contents:
- starts_with("rnet")
- starts_with("over")
- has_concept("rnet")
- title: Geographic functions
contents:
- has_concept("geo")
- starts_with("stplanr")
- title: Get transport data
contents:
- has_concept("data")
- title: Example data
contents:
- has_concept("example travel data")