-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
95 lines (91 loc) · 2.28 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
url: https://mrc-ide.github.io/orderly2
template:
bootstrap: 5
articles:
- title: Introduction
navbar: Introduction
contents:
- orderly2
- introduction
- dependencies
- collaboration
- troubleshooting
- title: Advanced topics
navbar: Advanced topics
contents:
- migrating
- metadata
- query
- plugins
reference:
- title: Run a report
contents:
- orderly_run
- orderly_list_src
- title: From within a running report
desc: >-
These are the functions that get called from your orderly file
contents:
- orderly_strict_mode
- orderly_parameters
- orderly_description
- orderly_resource
- orderly_shared_resource
- orderly_dependency
- orderly_artefact
- orderly_run_info
- title: Read packet metadata
contents:
- orderly_metadata
- orderly_metadata_read
- orderly_metadata_extract
- title: Search
contents:
- orderly_query
- orderly_search_options
- orderly_search
- orderly_query_explain
- title: Initialise and configure
contents:
- orderly_init
- orderly_config
- orderly_config_set
- title: Interact with locations
- subtitle: Use locations
contents:
- orderly_location_fetch_metadata
- orderly_location_pull
- orderly_location_push
- subtitle: Manage locations
contents:
- orderly_location_add
- orderly_location_add_path
- orderly_location_add_http
- orderly_location_add_packit
- orderly_location_list
- orderly_location_remove
- orderly_location_rename
- title: Help for developing
contents:
- orderly_new
- orderly_cleanup
- orderly_cleanup_status
- orderly_gitignore_update
- orderly_interactive_set_search_options
- title: Create plugins
contents:
- orderly_plugin_add_metadata
- orderly_plugin_context
- orderly_plugin_register
- title: Everything else
contents:
- orderly_copy_files
- orderly_example
- orderly_prune_orphans
- orderly_validate_archive
- orderly_hash_data
- orderly_hash_file
- orderly_parse_file
- orderly_parse_expr
- orderly_compare_packets
- orderly_comparison_explain