-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
43 lines (43 loc) · 1.38 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
url: https://mstrasiot.to/mandrake/
deploy:
install_metadata: true
repo:
url:
home: https://github.com/matthewstrasiotto/mandrake/
source: https://github.com/matthewstrasiotto/mandrake/blob/master/
issue: https://github.com/matthewstrasiotto/mandrake/issues/
user: https://github.com/
destination: docs
reference:
- title: Graph Decoration
desc: |
Functions responsible for the decoration of visNetwork graphs, including embedding
metadata about drake targets into them.
contents:
- has_concept("graph_decoration")
- title: Javascript Event Handlers
desc: |
Definitions of event handlers for extending interaction with visNetwork
graphs.
contents:
- has_concept("js_handlers")
- title: Example dataset documentation
desc: |
Documentation topics produced for the mtcars dataset, designed to support this package's
tutorial material.
contents:
- has_concept("example_datasets")
- title: Roxygen Objects and functions
desc: |
Functions and objects designed to support the workflow of documenting columns across datasets
and packages.
contents:
- has_concept("roxygen_roclet")
- title: All Functions
desc: All documented functions, that have not otherwise been categorized.
contents:
- matches(".*")
- -has_concept("graph_decoration")
- -has_concept("js_handlers")
- -has_concept("example_datasets")
- -has_concept("roxygen_roclet")