forked from argonne-lcf/ThetaGPU-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (36 loc) · 999 Bytes
/
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
site_name: Theta GPU Documentation
nav:
- Home: index.md
- GPU Monitoring: GPU Monitoring.md
- Building Python Packages: building_python_packages.md
- MPI: mpi.md
- Singularity Containers: Singularity Containers.md
- DL Frameworks:
- Tensorflow:
- Running with Singularity: ml_frameworks/tensorflow/nvidia_container_notes.md
- Running with Conda: ml_frameworks/tensorflow/running_with_conda.md
- Tensorboard: ml_frameworks/tensorflow/tensorboard_instructions.md
docs_dir: 'doc_staging/'
site_dir: 'docs/'
theme:
name: 'material'
language: 'en'
palette:
primary: 'teal'
accent: 'amber'
features:
- tabs
- instant
icon:
logo: material/cloud
markdown_extensions:
- admonition
- codehilite
repo_name: 'argonne-lcf/ThetaGPU-Docs'
repo_url: 'https://github.com/argonne-lcf/ThetaGPU-Docs'
extra:
social:
- icon: 'fontawesome/brands/github-alt'
link: 'https://github.com/argonne-lcf/ThetaGPU-Docs'
plugins:
- search