-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
executable file
·157 lines (151 loc) · 4.57 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
site_name: Metacentrum Documentation
docs_dir: docs
site_url: https://docs.metacentrum.cz
extra:
generator: false
version: !ENV [SITE_VERSION, 'undef_build_number']
site_title: e-INFRA CZ Documentation
# custom stylesheet
extra_css:
- stylesheets/metacentrum_custom.css
theme:
name: material
language: 'en'
features:
- navigation.tabs
# - navigation.sections
font:
text: 'Ubuntu'
code: 'Source Code Pro'
plugins:
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)'
lang:
- en
- mkdocs-jupyter:
ignore_h1_titles: True
include_source: True
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets:
base_path: docs/snippets
- codehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Access:
- access/index.md
- access/terms/index.md
- access/account/index.md
- access/log-in/index.md
- access/perun/index.md
- access/pbsmon/index.md
- access/elixir/index.md
- 'Security':
- access/connect-auth/index.md
- access/kerberos/index.md
- Computing:
- computing/index.md
- computing/concepts/index.md
- computing/run-basic-job/index.md
- 'Jobs':
- computing/job-tracking/index.md
- computing/extend-walltime/index.md
- computing/trap-command/index.md
- computing/job-arrays/index.md
- computing/finished-jobs/index.md
- computing/email-notif/index.md
- 'Infrastructure':
- computing/frontends/index.md
- computing/storages/index.md
- computing/frontend-storage/index.md
- computing/scratch-storages/index.md
- computing/mount-storages/index.md
- computing/node-properties/index.md
- computing/decommissioned-storages/index.md
- 'Resources and queues':
- computing/resources/resources.md
- computing/resources/pbs-commands.md
- computing/resources/qsub-compiler.md
- computing/resources/queues.md
- computing/resources/fairshare.md
- 'GPU computing':
- computing/gpu-comput/gpu-job.md
- computing/gpu-comput/clusters.md
- computing/gpu-comput/nvidia.md
- computing/gpu-comput/dgx.md
- computing/parallel-comput/index.md
- Data:
- data/index.md
- data/useful-commands/index.md
- data/large-data/index.md
- data/direct-access-storages/index.md
- data/data-sharing/index.md
- data/quotas/index.md
- data/filesender/index.md
- data/metacentrum-backup/index.md
- data/storage-department/index.md
- Software:
- software/index.md
- software/alphabet/index.md
- 'Software sorted by field':
- 'Chemistry':
- software/sw-list/amber.md
- software/sw-list/gaussian.md
- software/sw-list/molden.md
- software/sw-list/molpro.md
- software/sw-list/turbomole.md
- software/sw-list/vasp.md
- software/sw-list/vmd.md
- software/sw-list/wien2k.md
- 'Genomics, proteomics':
- software/sw-list/alphafold.md
- software/sw-list/clcbio-genomics-wb.md
- software/sw-list/geneious.md
- 'Compilers, debuggers':
- software/sw-list/allinea-ddt.md
- software/sw-list/intel.md
- software/sw-list/pgi-cdk.md
- software/sw-list/rstudio.md
- software/sw-list/total-view.md
- 'Languages':
- software/sw-list/r.md
- software/sw-list/java.md
- 'Mechanics':
- software/sw-list/ansys.md
- 'Mathematics':
- software/sw-list/maple.md
- software/sw-list/matlab.md
- software/sw-list/wolfram-math.md
- software/search-soft/index.md
- software/install-software/index.md
- software/graphical-access/index.md
- software/modules/index.md
- software/containers/index.md
- 'OnDemand':
- ondemand/index.md
- 'Support':
- support/index.md
- support/faqs/index.md
- support/outages/index.md
- support/known-issues/index.md
- Tutorials: tutorials/index.md
- 'Related projects':
- related/galaxy/index.md
- related/chipster/index.md
- related/kubernetes/index.md
- related/jupyter/index.md
- 'CollGS':
- related/collgs/index.md
- related/collgs/era5.md
- related/collgs/pristup-k-datum.md
- 'C-scale data discovery': related/notebooks/c-scale-notebooks/1-C-SCALE_Data_Discovery.ipynb