-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (50 loc) · 1.73 KB
/
Copy pathmkdocs.yml
File metadata and controls
50 lines (50 loc) · 1.73 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
site_name: SuperCloud Docs
site_url: https://supercloud.mit.edu
nav:
- Home: index.md
- Requesting an Account: requesting-account.md
- Getting Started: getting-started.md
- Systems and Software: systems-and-software.md
- Acknowledging Us: acknowledging-us.md
- Using the System:
- Files and Data:
- Transferring Files: using-the-system/files-and-data/transferring-files.md
- Shared Groups: using-the-system/files-and-data/shared-groups.md
- Installing Software:
- Software and Package Management: using-the-system/software-packages.md
- Submitting Jobs:
- Monitoring System and Job Status: using-the-system/monitoring-system-and-jobs.md
- Submitting Jobs: using-the-system/submitting-jobs/submitting-jobs.md
- Job Array Triples: using-the-system/submitting-jobs/job-array-triples.md
- Best Practices:
- Best Practices for using the Filesystem: using-the-system/best-practices/filesystem.md
- Optimizing your GPU Jobs: using-the-system/best-practices/gpu-jobs.md
- Web Portal:
- Logging In: using-the-system/web-portal.md
- Databases: using-the-system/databases.md
- Jupyter Notebooks: using-the-system/jupyter-notebooks.md
- Frequently Asked Questions: faqs.md
- Getting Help: getting-help.md
- Glossary: glossary.md
#theme: readthedocs
theme:
name: material
features:
- content.code.copy
markdown_extensions:
- toc:
permalink:
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details