-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
41 lines (34 loc) · 1.02 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
url: https://drieslab.github.io/dbMatrix/
template:
bootstrap: 5
light-switch: true
navbar:
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github, lightswitch]
components:
github:
icon: fab fa-github
href: https://github.com/drieslab/dbMatrix
aria-label: GitHub
reference:
- title: "Constructor"
desc: "Function for creating `dbMatrix` objects"
contents:
- has_concept("dbMatrix")
- title: "Matrix Summary Operations"
desc: "Methods to compute summary statistics for `dbMatrix` objects"
contents:
- has_concept("summary")
- title: "Matrix Transformations"
desc: "Methods for transforming `dbMatrix` objects"
contents:
- has_concept("transform")
- title: "Matrix Properties"
desc: "Methods to retrieve basic properties of `dbMatrix` objects"
contents:
- has_concept("matrix_props")
- title: "dbData objects"
desc: "Convenience methods for `dbData` objects"
contents:
- has_concept("dbData")