-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
35 lines (34 loc) · 2.14 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
site_name: cmaq_cycle_cloud
nav:
- Home: 'index.md'
- User Guide for Cycle Cloud:
- '1 Description of MVP for Azure CycleCloud': 'user_guide_cyclecloud/system-requirements-cyclecloud.md'
- 2 Azure CycleCloud Cluster Configure using Azure Web Interface:
- '2.1 Azure CycleCloud Cluster': 'user_guide_cyclecloud/azure-cyclecloud-cluster.md'
- 3 CMAQ CONUS Benchark Option 1:
- '3.1 Install CMAQ on Cycle Cloud': 'user_guide_cyclecloud/software-install-cyclecloud.md'
- '3.2 Install Input Data': 'user_guide_cyclecloud/input-data-install_cyclecloud.md'
- '3.3 Run CMAQ CONUS Benchmark on Cycle Cloud': 'user_guide_cyclecloud/run-cmaq-benchmark-cyclecloud.md'
- 4 CMAQ CONUS Benchmark Option 2:
- '4.1 Run CMAQ CONUS Benchmark from pre-installed Azure volume': 'user_guide_cyclecloud/preinstall.md'
- 5 Azure CycleCloud install R and packages:
- '5.1 Install R and packages': 'user_guide_cyclecloud/install_r_and_packages.md'
- 6 Azure CycleCloud Post-Processing and QA:
- '6.1 Compile and Run Post-processors': 'user_guide_cyclecloud/post-process-cyclecloud.md'
- '6.2 Compare timings': 'user_guide_cyclecloud/parse_timing_cyclecloud.md'
- '6.3 QA CMAQ Output': 'user_guide_cyclecloud/qa_cmaq_run_cyclecloud.md'
- '6.4 Saving Output': 'user_guide_cyclecloud/copy_output_to_archive_cyclecloud.md'
- 7 Logout and Delete CycleCloud:
- '7.1 Logout and Delete Cluster': 'user_guide_cyclecloud/logout_delete_cyclecloud.md'
- About:
- 'License': 'license.md'
- 'Release Notes': 'release-notes.md'
- Help:
- 'CycleCloud Support': 'user_guide_cyclecloud/docs/help/cyclecloud_support.md'
- 'CMAQ Support': 'user_guide_cyclecloud/docs/help/cmaq_support.md'
- 'Key References on Cloud Computing': 'user_guide_cyclecloud/docs/help/key-references.md'
- 'Frequently Asked Questions': 'user_guide_cyclecloud/docs/help/faq.md'
- Future Work:
- 'Future Work': 'user_guide_cyclecloud/docs/future/future_work.md'
theme:
name: readthedocs