-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
45 lines (45 loc) · 1.33 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
site_name: Center for Computational Mathematics
University of Colorado Denver
site_url: https://ccm-docs.readthedocs.io/en/latest/
repo_url: https://github.com/ccmucdenver/ccm-docs
edit_uri: edit/main/docs/
site_description: Documentation for computing resources at the CCM
theme:
name: readthedocs
highlightjs: true
features:
- navigation.instant
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
nav:
- Welcome: index.md
- Terms and Conditions: TermsandConditions.md
- Updates: updates.md
- Workshop: workshop.md
- Training: training.md
- Overview: overview.md
- Clusters Guide: clusters_guide.md
- Examples: examples.md
- Accounts: accounts.md
- Environment modules: modules.md
- Globus file transfer: globus.md
- Python: python.md
- Alderaan Cluster: alderaan.md
- Colibri Cluster: colibri.md
- Score Cluster: score.md
- Research Storage: storage.md
- Singularity Containers: singularity.md
- Local network: local.md
- External Resources: external.md
- Facilities, Equipment, and Other Resources: facilities.md
- How to Edit: pull_request.md