-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
92 lines (88 loc) · 3.09 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
INHERIT: ./mkdocs.base.yml
site_name: TACC HPC Documentation
site_description: TACC Technical Documentation
site_author: Susan Lindsey
site_url: https://docs.tacc.utexas.edu
repo_url: https://github.com/TACC/TACC-Docs
edit_uri: edit/main/docs/
theme:
analytics:
gtag: G-TRRRQZ0EHX
cms_url: https://tacc.utexas.edu # TACC Feature
cms_name: tacc.utexas.edu # TACC Feature
# nav_name: Documentation # TACC Feature
nav:
- TACC Essentials:
- Documentation Overview: index.md
- Getting Started: https://www.tacc.utexas.edu/use-tacc/getting-started/
- Managing Your TACC Account: basics/accounts.md
# - Portal Access: portal.md
- Multi-Factor Authentication: basics/mfa.md
- TACC Good Conduct Guide: basics/conduct.md
- Data Transfer Guide: basics/datatransfer.md
- Software at TACC: basics/software.md
- Help: basics/help.md
- HPC User Guides:
- Chameleon: https://chameleoncloud.readthedocs.io/en/latest
- Corral: hpc/corral.md
- Frontera: hpc/frontera.md
- Lonestar6: hpc/lonestar6.md
- Jetstream2: https://docs.jetstream-cloud.org
- Ranch: hpc/ranch.md
- Stampede3: hpc/stampede3.md
- Stallion: hpc/stallion.md
- Vista: hpc/vista.md
- Software Packages:
# - ABAQUS: software/abaqus.md
- AlphaFold2 : software/alphafold.md
- AlphaFold3 : software/alphafold3.md
- ANSYS: software/ansys.md
- CD Tools: software/cdtools.md
- Gaussian: software/gaussian.md
- GROMACS: software/gromacs.md
- idev: software/idev.md
- LAMMPS: software/lammps.md
# - Launcher: software/launcher.md
- Lmod: https://lmod.readthedocs.io/en/latest
- MATLAB: software/matlab.md
- NAMD: software/namd.md
- OpenFOAM: software/openfoam.md
- ParaView: software/paraview.md
- PyLauncher: software/pylauncher.md
- Quantum Espresso: software/quantumespresso.md
- REMORA: software/remora.md
- TAU: software/tau.md
# - Tensorflow: software/tensorflow.md
- VASP: software/vasp.md
- VisIt: software/visit.md
- TACC Tutorials:
- Access Control Lists: tutorials/acls.md
- Bash Quick Start Guide: tutorials/bashstartup.md
- BLAS/LAPACK: tutorials/blas-lapack.md
- Containers at TACC: https://containers-at-tacc.readthedocs.io/en/latest/index.html
- DDT Debugger: tutorials/ddt.md
- Managing Group Permissions: tutorials/permissions.md
- Managing I/O: tutorials/managingio.md
- MAP: tutorials/map.md
- Remote Desktop Access: tutorials/remotedesktopaccess.md
- Sharing Project Files: tutorials/sharingprojectfiles.md
- TACC Analysis Portal: tutorials/TAP.md
# - Fiddling:
# - Testing Extensions: testingextensions.md
# - Code Examples: code-examples/index.md
plugins:
- search
- exclude-search:
exclude:
- aliases.md
- include/*
- code-examples/*
- testingextensions.md
exclude_unreferenced: true
- macros # allows {% include ... %} (and macros)
# TODO: Restore this
# - with-pdf:
# copyright: TACC
# cover_subtitle: TACC User Guide
# toc_title: TACC User Guide
# output_path: docs/user-guide.pdf