-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
45 lines (41 loc) · 947 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
title: osmprob
template:
params:
bootswatch: readable
navbar:
title: osmprob
type: default
left:
- text: Reference
href: reference/index.html
- text: Vignette
href: articles/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/osm-router/osmprob
reference:
- title: Package Description
contents:
- '`osmprob`'
- title: Data handling
desc: Download and preprocess data; find start and end points on the graph
contents:
- '`download_graph`'
- '`select_vertices_by_coordinates`'
- title: Routing
desc: Shortest path and probabilistic routing functions
contents:
- '`get_probability`'
- '`get_shortest_path`'
- '`distance_matrix`'
- title: Visualisation
contents:
- '`plot_map`'
- title: Data
desc: Sample data and weighting profiles for routing
contents:
- '`road_data_sample`'
- '`weighting_profiles`'
articles:
- title: Package Description
contents: '`osmprob`'