-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
170 lines (159 loc) · 4.78 KB
/
mkdocs.yml
File metadata and controls
170 lines (159 loc) · 4.78 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
site_name: HPC@UCD Documentation
site_url: http://docs.hpc.ucdavis.edu
repo_url: https://github.com/ucdavis/hpccf-docs
copyright: Copyright © 2023-25 The Regents of the University of California, Davis
nav:
- General:
- Accessing Clusters: general/access.md
- Account Requests: general/account-requests.md
- Backups: backups/index.md
- Contact Support: support.md
- Data Transfer: data-transfer.md
- Job Scheduling:
- About: scheduler/index.md
- Commands: scheduler/commands.md
- Free Access: scheduler/free-access.md
- Job Scripts: scheduler/jobscripts.md
- Resources: scheduler/resources.md
- Software:
- About: software/index.md
- Apptainer: software/apptainer.md
- Conda and Python: software/conda.md
- Development: software/developing.md
- Module System: software/modules.md
- Open OnDemand: software/ondemand.md
- R and RStudio: software/rstudio.md
- Storage:
- Quobyte: storage/quobyte.md
- Troubleshooting: general/troubleshooting.md
- Farm:
- About: farm/index.md
- Job Scheduling: farm/scheduling.md
- Resources: farm/resources.md
- Software:
- Modules: farm/software/modules.md
#- Storage: # TODO: write this.
# - Farm: farm/storage.md
- Franklin:
- About: franklin/index.md
- Job Scheduling: franklin/scheduling.md
- Resources: franklin/resources.md
- Software:
- alphafold: franklin/software/alphafold.md
- cryo-EM: franklin/software/cryoem.md
- Modules: franklin/software/modules.md
- Databases: franklin/databases.md
- Storage: franklin/storage.md
- Hive:
- About: hive/index.md
- Job Scheduling: hive/scheduling.md
- Migrating from LSSC0: hive/lssc0-data-migration.md
- Waltz temporary access: hive/waltz.md
- Maintenance:
- December 2025: maintenance/december-2025.md
- Meta:
- Style Guide: meta/style.md
#
# Here be dragons! Don't edit these settings unless you Know What You're Doing (tm).
#
validation:
nav:
omitted_files: info
not_found: warn
absolute_links: warn
links:
not_found: warn
anchors: warn
absolute_links: warn
unrecognized_links: warn
strict: true
markdown_extensions:
- toc:
permalink: true
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
- macros:
module_name: macros
- spellcheck:
backends: # the backends you want to use
- symspellpy # as strings
- codespell: # or nested configs
dictionaries: [clear, rare, names, code, usage]
C: 2
# known_words can also be a list of words
known_words: extra-dictionary.txt
# ignore words in <code> tags
ignore_code: true
skip_files:
- franklin/software/modules.md
extra:
spack_modulefiles_path: spack-ucdavis/modulefiles/hpccf/franklin/
social:
- icon: material/email-edit
link: "mailto:hpc-help@ucdavis.edu"
name: Email HPC@UCD Support
- icon: fontawesome/brands/slack
link: https://ucdavis.slack.com/archives/C053NKA88
name: "#hpc Channel on ucdavis.slack.com"
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript/mathjax.js
- https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
theme:
name: material
custom_dir: overrides
features:
- content.code.annotate
#- navigation.tabs
- navigation.sections
- navigation.expand
#- navigation.indexes
- navigation.instant
- navigation.top
#- navigation.footer
- navigation.tracking
- search.highlight
- search.share
- search.suggest
logo: assets/HPCCF-logo-dark.png
favicon: assets/HPCCF-logo.png
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- scheme: ucdavis
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode