-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path_pkgdown.yml
51 lines (48 loc) · 1.04 KB
/
_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
46
47
48
49
50
51
url: https://UrbanAnalyst.github.io/dodgr
title: dodgr
template:
bootstrap: 5
reference:
- title: Main functions
contents:
- has_concept("distances")
- title: Functions to Obtain Graphs
contents:
- has_concept("extraction")
- title: Functions to Modify Graphs
contents:
- has_concept("modification")
- title: Functions to Convert Graphs
contents:
- has_concept("conversion")
- title: Graph Centrality
contents:
- has_concept("centrality")
- title: Matching Points to Graphs
contents:
- has_concept("match")
- title: Miscellaneous Functions
contents:
- has_concept("misc")
- title: Save, Load, and Caching
contents:
- has_concept("cache")
- title: Package Data
contents:
- has_concept("data")
- title: The 'dodgr' package
contents:
- has_concept("package")
navbar:
title: dodgr
type: default
left:
- text: Home
href: index.html
- text: Vignettes
href: articles/index.html
- text: Functions
href: reference/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/UrbanAnalyst/dodgr