-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
220 lines (220 loc) · 5.17 KB
/
mkdocs.yml
File metadata and controls
220 lines (220 loc) · 5.17 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
site_name: MFX Documentation
site_description: API documentation for mfx
site_author: LCLS MFX Team
repo_url: https://github.com/pcdshub/mfx
repo_name: pcdshub/mfx
copyright: © 2025 LCLS
theme:
name: material
logo: media/logo_2.png
favicon: media/logo.png
palette:
- scheme: slate
primary: orange
accent: deep orange
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: orange
accent: deep orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.path
- navigation.indexes
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
- search.share
- toc.follow
- toc.integrate
- content.code.copy
- content.code.annotate
- content.tabs.link
icon:
repo: fontawesome/brands/github
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/flame-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
show_source: true
show_root_heading: true
show_root_full_path: false
show_root_toc_entry: true
show_object_full_path: false
show_category_heading: true
show_symbol_type_heading: true
show_symbol_type_toc: true
members_order: alphabetical
group_by_category: true
show_if_no_docstring: true
show_signature: true
show_signature_annotations: true
separate_signature: true
line_length: 80
merge_init_into_class: true
docstring_section_style: table
heading_level: 2
- offline
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: '!!python/name:pymdownx.superfences.fence_code_format'
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/pcdshub/mfx
generator: false
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Code Summary: code_summary.md
- Dod:
- dod/DropsDriver.md
- dod/HTTPTransceiver.md
- dod/JsonFileHandler.md
- dod/ServerResponse.md
- dod/SupporEndsHandler.md
- dod/TestJsonFileHandler.md
- dod/TestResponse.md
- dod/codi.md
- dod/common.md
- dod/dod.md
- dod/mfxDOD_old.md
- dod/mfx_dod_old.md
- dod/testServer.md
- dod/testServerSpawner.md
- Mfx:
- mfx/attenuator_scan.md
- mfx/autorun.md
- mfx/bash_utilities.md
- mfx/beamline.md
- mfx/cctbx.md
- mfx/dccm.md
- mfx/debug.md
- mfx/delay_scan.md
- mfx/devices.md
- mfx/energy_control.md
- mfx/exafs.md
- mfx/find.md
- mfx/junk.md
- mfx/macros.md
- mfx/mfx_timing.md
- mfx/notch_scan.md
- mfx/om.md
- mfx/scan.md
- mfx/timetool.md
- mfx/timing.md
- mfx/vernier.md
- mfx/vonhamos.md
- mfx/wire.md
- mfx/xas.md
- mfx/xlj_fast.md
- mfx/xrt_spec.md
- mfx/yano.md
- Optimize:
- mfx/optimize/beam.md
- mfx/optimize/beam_status.md
- mfx/optimize/beamline_hw.md
- mfx/optimize/blop_scans.md
- mfx/optimize/constraints.md
- mfx/optimize/devices.md
- mfx/optimize/errors.md
- mfx/optimize/interactive.md
- mfx/optimize/mirror_pointing.md
- mfx/optimize/plots.md
- mfx/optimize/type_checking.md
- mfx/optimize/undpoint.md
- mfx/optimize/user_select.md
- mfx/optimize/utils.md
- mfx/optimize/vernier_calibration.md
- mfx/optimize/xopt_scans.md
- Plans:
- mfx/plans/serp_seq_scan.md
- Scripts:
- scripts/analyze_timing.md
- scripts/conf_edit.md
- scripts/detector_image.md
- scripts/focus_scan.md
- scripts/generate_code_summary.md
- scripts/generate_mkdocs.md
- scripts/get_info.md
- Auto Idle:
- scripts/auto_idle/idler.md
- Cctbx:
- scripts/cctbx/average.md
- scripts/cctbx/cctbx_start.md
- scripts/cctbx/energy_calib_output.md
- scripts/cctbx/fee_calib.md
- scripts/cctbx/fee_spec.md
- scripts/cctbx/fee_summed.md
- scripts/cctbx/geom_refine.md
- scripts/cctbx/image_viewer.md
- scripts/cctbx/mask.md
- Door Watcher:
- scripts/door_watcher/door_watcher.md
- Tfs:
- tfs/lens.md
- tfs/offline_calculator.md
- tfs/sim_transfocator.md
- tfs/tfs_plots.md
- tfs/transfocator.md
- tfs/transfocator_scan.md
- tfs/utils.md