-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
107 lines (103 loc) · 2.84 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
96
97
98
99
100
101
102
103
104
105
106
107
title: Isoviewer
url: http://isoviewer.isoverse.org
template:
params:
bootswatch: simplex
ganalytics: UA-106138361-5
development:
mode: unreleased
version_label: danger
version_tooltip: "early development"
home:
strip_header: true
navbar:
title: isoviewer
type: default
left:
- text: Demo
href: https://kopflab.shinyapps.io/isoviewer_demo/
- text: Reference
href: reference/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/isoverse/isoviewer
reference:
- title: Operation
desc: ~
contents:
- '`iso_start_viewer`'
- '`iso_start_viewer_server`'
- '`iso_find_objects`'
- title: Under the hood
desc: >
Most are implemented as individual GUI modules and can be used for other interfaces.
contents:
- '`code_preview_server`'
- '`code_preview_shinyjs_extension`'
- '`code_preview_ui`'
- '`data_download_server`'
- '`data_table_column_selector_ui`'
- '`data_table_file_info_column_selector_ui`'
- '`data_table_file_info_server`'
- '`data_table_file_info_ui`'
- '`data_table_peak_table_column_selector_ui`'
- '`data_table_peak_table_server`'
- '`data_table_peak_table_ui`'
- '`data_table_raw_data_column_selector_ui`'
- '`data_table_raw_data_server`'
- '`data_table_raw_data_ui`'
- '`data_table_resistors_column_selector_ui`'
- '`data_table_resistors_server`'
- '`data_table_resistors_ui`'
- '`data_table_server`'
- '`data_table_standards_column_selector_ui`'
- '`data_table_standards_server`'
- '`data_table_standards_ui`'
- '`data_table_ui`'
- '`data_table_vendor_data_table_column_selector_ui`'
- '`data_table_vendor_data_table_server`'
- '`data_table_vendor_data_table_ui`'
- '`function_plot_param_server`'
- '`function_plot_param_ui`'
- '`module_data_cf_server`'
- '`module_data_cf_ui`'
- '`module_data_di_server`'
- '`module_data_di_ui`'
- '`module_data_scan_server`'
- '`module_data_scan_ui`'
- '`module_data_server`'
- '`module_data_ui`'
- '`module_file_selector_server`'
- '`module_file_selector_ui`'
- '`module_info_server`'
- '`module_info_settings_ui`'
- '`module_info_ui`'
- '`module_info_variables_ui`'
- '`module_info_welcome_ui`'
- '`module_navbar_server`'
- '`module_navbar_ui`'
- '`module_settings_server`'
- '`plot_cf_data_selector_ui`'
- '`plot_cf_server`'
- '`plot_cf_ui`'
- '`plot_di_data_selector_ui`'
- '`plot_di_server`'
- '`plot_di_ui`'
- '`plot_font_size_ui`'
- '`plot_height_ui`'
- '`plot_legend_ui`'
- '`plot_scan_data_selector_ui`'
- '`plot_scan_server`'
- '`plot_scan_ui`'
- '`plot_server`'
- '`plot_ui`'
- '`problems_button`'
- '`problems_server`'
- '`selector_table_buttons_ui`'
- '`selector_table_server`'
- '`selector_table_ui`'
- '`trace_selector_server`'
- '`trace_selector_table_buttons_ui`'
- '`trace_selector_table_ui`'
- '`viewer_server`'
- '`viewer_ui`'