forked from UMass-RC/unity-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (63 loc) · 2.15 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
site_name: Unity Cluster Documentation
plugins:
- include-markdown
- search
extra_css: [extra.css]
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
site_url: ""
use_directory_urls: false
theme:
name: material
logo: res/logo.png
copyright: "Copyright ©2023 UMass Amherst"
repo_url: https://github.com/UMass-RC/unity-docs
edit_uri: "edit/main/docs"
markdown_extensions:
- admonition
- toc:
permalink: True
nav:
- Home: index.md
- Getting Started:
- Connecting:
- OnDemand: "connecting/ood.md"
- "Console - SSH": "connecting/ssh.md"
- "Web - JupyterHub": "connecting/jupyter.md"
- Managing Files:
- Introduction: "managing-files/intro.md"
- OnDemand: "managing-files/ood.md"
- "Console - SCP/Rsync": "managing-files/cli.md"
- Globus: "managing-files/globus.md"
- FileZilla: "managing-files/filezilla.md"
- HPC Workspace: "managing-files/hpc-workspace.md"
- Job Scheduling:
- Introduction: "slurm/index.md"
- OnDemand: "slurm/ood.md"
- SRUN Jobs: "slurm/srun.md"
- SBATCH Jobs: "slurm/sbatch.md"
- MPI: "slurm/mpi.md"
- Software:
- Overview: "software/index.md"
- Environment Modules:
- Introduction: "software/module-intro.md"
- Basic Usage: "software/module-usage.md"
- Hierarchy: "software/module-hierarchy.md"
- Conda: "software/conda.md"
- GUI Apps via OnDemand: "software/ood.md"
- Containers: "software/apptainer.md"
- GPUs: "tools/GPU.md"
- ColabFold: "tools/ColabFold.md"
#- R: "software/R.md"
#- JupyterHub: "jupyter/index.md"
- FAQ: faq.md
- Common Terms: "jargon.md"
- Cluster Information:
- Node List: "technical/nodelist.md"
- Partition List: "technical/partitionlist.md"
- Storage: "technical/storage.md"
# - MGHPCC Transitions: "MGHPCC/MGHPCC.md"
- File Transfers: "transfers/transfers.md"
- Cluster Updates: "updates/index.md"
- Shared Cluster Transition: "transition.md"