-
Notifications
You must be signed in to change notification settings - Fork 8
/
_pkgdown.yml
59 lines (55 loc) · 1.12 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
52
53
54
55
56
57
58
59
authors:
Lorenz Walthert:
href: https://lorenzwalthert.netlify.com
articles:
- title: Get started
navbar: ~
contents:
- touchstone
- inference
development:
mode: auto
reference:
- title: "Getting started"
desc: >
Setup, interactive workflow and touchstone script execution.
- contents:
- use_touchstone
- use_touchstone_workflows
- activate
- deactivate
- run_script
- title: "Scripting functionality"
desc: >
Functions you usually want to call in your touchstone script.
- contents:
- branch_install
- benchmark_run
- benchmark_analyze
- title: "Pinning"
desc: >
Working with assets across branches.
- contents:
- pin_assets
- path_pinned_asset
- title: "Non-function documentation"
desc: >
Not functions, but worth documenting anyways.
- contents:
- touchstone_script
- pr_comment
- title: "i/o"
desc: >
Low-level tools for accessing the touchstone datastore.
- contents:
- benchmark_ls
- benchmark_read
- benchmark_write
- dir_touchstone
- touchstone_clear
- path_pr_comment
- title: "Misc"
desc: >
Miscellaneous.
- contents:
- branch_get_or_fail