-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
49 lines (43 loc) · 944 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
46
47
48
49
url: https://stevexniu.github.io/FuseNet/
destination: docs
template:
package: preferably
params:
bootswatch: united
toggle: manual
navbar:
structure:
left:
- articles
- reference
- news
right: github
components:
reference:
text: Reference
href: reference/index.html
news:
text: News
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/stevexniu/FuseNet/
aria-label: github
articles:
text: Vignettes
menu:
- text: Get started
href: articles/example.html
reference:
- title: Utility Functions
desc: Utility functions used in FuseNet
- contents:
- has_concept("utils")
- title: Data Fusion
desc: Core FuseNet functions to perform data and network fusion
- contents:
- has_concept("fuse")
- title: FuseNet Class
desc: FuseNet object information
- contents:
- has_concept("class")