generated from rochacbruno/python-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
34 lines (31 loc) · 905 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
site_name: checkatlas
theme: readthedocs
repo_url: /~https://github.com/becavin-lab/checkatlas
site_url: https://checkatlas.readthedocs.io/
nav:
- Overview:
- Summary: "index.md"
- Installation: "installation.md"
- Usage: "usage.md"
- Examples: "examples/examples.md"
- Contributing: "contributing.md"
- Metrics:
- Summary: "metrics/metrics.md"
- Clustering: "metrics/clustering.md"
- Classification: "metrics/cell_annotation.md"
- Dimensionality reduction: "metrics/dim_red.md"
- Add your own: "metrics/add_own.md"
- API:
- API: "API.md"
plugins:
- search
- mkdocstrings:
enabled: !ENV [ ENABLE_MKDOCSTRINGS, true ]
default_handler: python
handlers:
python:
import:
- https://docs.python-requests.org/en/master/objects.inv
options:
show_source: true
heading_level: 4