-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (44 loc) · 1.12 KB
/
Copy pathmkdocs.yml
File metadata and controls
48 lines (44 loc) · 1.12 KB
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
site_name: MASSIVE
site_url: https://mitchso.github.io/MASSIVE
repo_url: https://github.com/mitchso/MASSIVE
repo_name: mitchso/MASSIVE
theme:
name: material
palette:
scheme: slate
primary: indigo
accent: indigo
features:
- navigation.tabs
- navigation.sections
- search.suggest
- search.highlight
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: true
show_root_heading: true
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.superfences
nav:
- Home: index.md
- Guides:
- Getting started: guides/overview.md
- Input data formatting assistance: guides/data_formatting.md
- Planning an experiment using Analyte classes: guides/plan-experiment.md
- Analyzing an experiment: guides/analyze-experiment.md
- Scoring enzymes: guides/score-enzymes.md
- API:
- Analytes: api/analytes.md
- Sample: api/sample.md
- Collections: api/collections.md
- Scoring: api/scoring.md
- Metadata: api/metadata.md
- Helper: api/helper.md