-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (32 loc) · 923 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (32 loc) · 923 Bytes
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
site_name: Data Science
site_url: https://datasci.danforthcenter.org
site_description: Documentation for the Data Science Facility at the Donald Danforth Plant Science Center
site_author: Donald Danforth Plant Science Center
repo_url: https://github.com/datascience
copyright: 'Copyright © 2026 Donald Danforth Plant Science Center'
theme:
name: material
logo: /img/datascience.png
extra_css:
- stylesheets/danforth.css
extra_javascript:
- javascripts/danforth.js
nav:
- Home: index.md
- "Getting started": gettingstarted.md
- "Usage policies": policies.md
- "Conda":
- "Why use conda?": conda_why.md
- "Setup conda": conda.md
- "Conda environments": conda_envs.md
- "AWS":
- "Accessing AWS": aws.md
- "AWS S3": aws_s3.md
- "SOCA": aws_soca.md
- "HTCondor": htcondor.md
- "Data": data.md
markdown_extensions:
- toc:
permalink: True
- sane_lists
- admonition