-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
273 lines (267 loc) · 10.9 KB
/
mkdocs.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
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
site_name: CMS Tracker DPG - Software Knowledge Base
repo_url: https://github.com/CMSTrackerDPG/cms-tkdpg-software-knowledge-transfer
edit_uri: edit/master/docs/
nav:
- Home 🏠: index.md
- basic-concepts.md
- CMSSW 💀:
- Introduction:
- cmssw/introduction.md
- cmssw/releases.md
- Setup:
- cmssw/setup.md
- cmssw/available_machines.md
- cmssw/build.md
- Tools 🔧: cmssw/tools.md
- Debugging: cmssw/debugging.md
- Workflows 📈:
- cmssw/workflows/overview.md
- cmssw/workflows/usage.md
- cmssw/workflows/history.md
- cmssw/validation.md
- cmssw/throughput.md
- cmssw/proposing-changes.md
- Code documentation 📘:
- Pixel-Local Reconstruction:
- cmssw/pixel-local/overview.md
- Dataflow:
- cmssw/pixel-local/pixel.md
- CPU 🪨:
- cmssw/pixel-local/cpu/index.md
- Data Formats:
- DetSetVector:
- cmssw/pixel-local/cpu/DetSetVector-overview.md
- PixelDigi:
- cmssw/pixel-local/cpu/PixelDigi-overview.md
- SiPixelCluster:
- cmssw/pixel-local/cpu/SiPixelCluster-overview.md
- PixelThresholdClusterizer:
- cmssw/pixel-local/cpu/PixelThresholdClusterizer-overview.md
- cmssw/pixel-local/cpu/PixelThresholdClusterizer-copytobuffer.md
- SiPixelArrayBuffer:
- cmssw/pixel-local/cpu/SiPixelArrayBuffer-overview.md
- GPU 🖌️:
- cmssw/pixel-local/gpu/index.md
- Data Formats:
- SiPixelDigisCUDA:
- cmssw/pixel-local/gpu/SiPixelDigisCUDA.md
- SiPixelDigisCUDASOAView:
- cmssw/pixel-local/gpu/SiPixelDigisCUDASOAView.md
- SiPixelClustersCUDA:
- cmssw/pixel-local/gpu/SiPixelClustersCUDA.md
- SiPixelRawToClusterCUDA.cc:
- cmssw/pixel-local/gpu/SiPixelRawToClusterCUDA-overview.md
- SiPixelRawToClusterGPUKernel.h:
- cmssw/pixel-local/gpu/SiPixelRawToClusterGPUKernel-overview.md
- gpuCalibPixel.h:
- cmssw/pixel-local/gpu/gpuCalibPixel.md
- calibDigis:
- cmssw/pixel-local/gpu/gpuCalibPixel-calibDigis.md
- gpuClustering.h:
- cmssw/pixel-local/gpu/gpuClustering-overview.md
- cmssw/pixel-local/gpu/gpuClustering-countModules.md
- cmssw/pixel-local/gpu/gpuClustering-findClus.md
- SiPixelDigisSoAFromCUDA:
- cmssw/pixel-local/gpu/SiPixelDigisSoAFromCUDA-overview.md
- SiPixelDigisClustersFromSoA.cc:
- cmssw/pixel-local/gpu/SiPixelDigisClustersFromSoA-overview.md
- Extra Resources:
- general/cmssw/extra-cmssw.md
- FAQ ❓:
- cmssw/faq.md
- Certhelper (a.k.a Certifier) ✅:
- certhelper/introduction.md
- Developing 🧑‍💻:
- Local development: certhelper/developing/local-development.md
- Branches: certhelper/developing/branches.md
- Deploying 🚢:
- certhelper/deploying/overview.md
- Guide: certhelper/deploying/guide.md
- Deployments: certhelper/deploying/deployments.md
- Connectivity 🔗: certhelper/connectivity.md
- Apps 🧩:
- dqmhelper:
- certhelper/apps/dqmhelper/overview.md
- certifier:
- certhelper/apps/certifier/overview.md
- Views:
- CertifyView: certhelper/apps/certifier/views/certify.md
- badReason: certhelper/apps/certifier/views/badreason.md
- addBadReason: certhelper/apps/certifier/views/addbadreason.md
- Query: certhelper/apps/certifier/query.md
- listruns:
- certhelper/apps/listruns/overview.md
- Views:
- UpdateRunView: certhelper/apps/listruns/views/updaterun.md
- addrefrun:
- certhelper/apps/addrefrun/overview.md
- Views:
- update_refruns_info: certhelper/apps/addrefrun/views/update_refruns_info.md
- oms:
- certhelper/apps/oms/overview.md
- Models: certhelper/apps/oms/models.md
- omsapi:
- certhelper/apps/omsapi/overview.md
- shiftleader:
- certhelper/apps/shiftleader/overview.md
- Views:
- ShiftLeader Report: certhelper/apps/shiftleader/views/shiftleader_report.md
- ShiftLeader Report Presentation: certhelper/apps/shiftleader/views/shiftleader_report_presentation.md
- Obsolete code:
- certhelper/apps/shiftleader/obsolete.md
- home:
- certhelper/apps/home/overview.md
- remotescripts:
- certhelper/apps/remotescripts/overview.md
- certhelper/apps/remotescripts/configuration.md
- Consumers:
- ScriptOutputConsumer:
- certhelper/apps/remotescripts/consumers/script_output.md
- Views:
- ScriptExecution:
- certhelper/apps/remotescripts/views/script_execution.md
- summary:
- certhelper/apps/summary/overview.md
- Models:
- certhelper/apps/summary/models.md
- Views:
- SummaryView:
- certhelper/apps/summary/views/SummaryView.md
- Documentation 📘:
- certhelper/docs.md
- FAQ ❓:
- certhelper/faq.md
- MLPlayground 🧸:
- mlplayground/introduction.md
- Configuration:
- mlplayground/config.md
- Deploying 🚢:
- Guide: mlplayground/deploying/guide.md
- Deployments: mlplayground/deploying/deployments.md
- Connectivity 🔗: mlplayground/connectivity.md
- Apps 🧩:
- histogram_file_manager:
- mlplayground/apps/histogram_file_manager/overview.md
- Models:
- mlplayground/apps/histogram_file_manager/models.md
- Management Commands:
- mlplayground/apps/histogram_file_manager/management.md
- API:
- mlplayground/apps/histogram_file_manager/api.md
- histograms:
- mlplayground/apps/histograms/overview.md
- Models:
- mlplayground/apps/histograms/models.md
- Documentation 📘:
- mlplayground/docs.md
- FAQ ❓:
- mlplayground/faq.md
- General documentation:
- SSH:
- Tunnelling:
- general/ssh/tunnel.md
- Mounting remote filesystems:
- general/ssh/mounting_remote.md
- CUDA and GPU development:
- Angela's GPU primer:
- czangela-tutorial/index.md
- Week 1:
- czangela-tutorial/weeks/week01_material.md
- czangela-tutorial/weeks/week01_exercises.md
- Week 2:
- czangela-tutorial/weeks/week02_material.md
- czangela-tutorial/weeks/week02_exercises.md
- Week 3:
- czangela-tutorial/weeks/week03_material.md
- general/gpu/extra-gpu.md
- general/gpu/cern-resources.md
- Django:
- general/django/overview.md
- Setup:
- general/django/setup/overview.md
- Database:
- Exporting/Importing data:
- general/django/database/exporting_importing.md
- Development General:
- Versioning:
- general/development/versioning.md
- Openshift:
- Resources:
- general/openshift/resources.md
- Routes:
- general/openshift/routes.md
theme:
name: material
features:
- navigation.sections
- content.tabs.link
- content.code.annotate
- content.action.edit
- content.action.view
favicon: img/favicon.ico
logo: img/favicon.ico
# icon:
# admonition:
# note: fontawesome/solid/sticky-note
# abstract: fontawesome/solid/book
# info: fontawesome/solid/info-circle
# tip: fontawesome/solid/bullhorn
# success: fontawesome/solid/check
# question: fontawesome/solid/question-circle
# warning: fontawesome/solid/exclamation-triangle
# failure: fontawesome/solid/bomb
# danger: fontawesome/solid/skull
# bug: fontawesome/solid/robot
# example: fontawesome/solid/flask
# quote: fontawesome/solid/quote-left
markdown_extensions:
- tables
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
plugins:
- section-index
- search
# extra:
# consent:
# title: Cookie consent
# description: >-
# We use cookies to recognize your repeated visits and preferences, as well
# as to measure the effectiveness of our documentation and whether users
# find what they're searching for. With your consent, you're helping us to
# make our documentation better.
# extra:
# analytics:
# provider: google
# property: G-ZZ8D6PMHP5
# feedback:
# title: Was this page helpful?
# ratings:
# - icon: material/heart
# name: This page was helpful
# data: 1
# note: >-
# Thanks for your feedback!
# - icon: material/heart-broken
# name: This page could be improved
# data: 0
# note: >-
# Thanks for your feedback! Help us improve this page by
# using our <a href="..." target=_blank>feedback form</a>.