-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
45 lines (37 loc) · 914 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
url: https://guildai.github.io/guildai-r/
template:
bootstrap: 5
navbar:
structure:
left: [intro, reference, examples, news]
right: [search, github]
components:
examples:
text: Examples
menu:
- {text: keras , href: articles/examples/keras.html}
- {text: xgboost , href: articles/examples/xgboost.html}
- {text: tidymodels, href: articles/examples/tidymodels.html}
- {text: mlr3 , href: articles/examples/mlr3.html}
development:
mode: auto
reference:
- title: Install
contents:
- starts_with("install_")
- title: Create Runs
- contents:
- guild_run
- is_run_active
- title: Analyze Runs
contents:
- guild_view
- runs_info
- runs_scalars
- title: "Manage Runs"
contents:
- runs_label
- runs_export
- runs_delete
- resolve_run_ids
- guild_merge