-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
65 lines (61 loc) · 1.2 KB
/
_pkgdown.yml
File metadata and controls
65 lines (61 loc) · 1.2 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
url: https://u-shift.github.io/GTFShift/
template:
bootstrap: 5
light-switch: true
bslib:
primary: "#15AF97FF"
navbar:
structure:
left: [intro, reference, articles, dashboard]
components:
dashboard:
text: "Dashboard"
href: "https://ushift.pt/apps/gtfshift"
target: "_blank"
reference:
- title: Get GTFS feeds
contents:
- load_feed
- query_mobilitydatabase
- title: Prioritize
contents:
- starts_with("prioritize_")
- rt_extend_prioritization
- get_prioritization_stats
- title: Filter
contents:
- starts_with("filter_")
- title: Analyse
contents:
- starts_with("get_")
- network_overline
- title: Classify
contents:
- starts_with("classify_")
- title: Manipulate
contents:
- unify
- starts_with("create_")
- starts_with("build_")
- title: OpenStreetMaps
contents:
- starts_with("osm_")
- title: Realtime
contents:
- starts_with("rt_")
- title: Utils
contents:
- calendar_nextBusinessWednesday
articles:
- title: Articles
navbar: ~
contents:
- prioritize
- download
- filter
- unify
- analyse
- classify
- osm
- rt
- osm_update