-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (32 loc) · 1.12 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
site_name: PlantCV-annotate
site_url: https://plantcv-annotate.readthedocs.io/
site_description: Plant phenotyping annotation using computer vision
site_author: PlantCV Development Team
repo_url: https://github.com/danforthcenter/plantcv-annotate
copyright: Copyright 2024, Donald Danforth Plant Science Center
theme: readthedocs
nav:
- Home: index.md
- Documentation:
- 'Installation': installation.md
- 'Change Log': changelog.md
- 'Contributing':
- 'Contributing Guide': CONTRIBUTING.md
- 'Code of Conduct': CODE_OF_CONDUCT.md
- 'Adding/Editing Documentation': documentation.md
- 'PlantCV Namespace':
- 'Annotation Tools':
- Napari Classes: napari_classes.md
- Napari Join: napari_join_labels.md
- Napari Label: napari_label_classes.md
- Napari Naive Bayes: napari_naive_bayes_colors.md
- Napari Open: napari_open.md
- Napari Points Mask: napari_points_mask.md
- Napari Read Coor: napari_read_coor.md
- Napari Save Coor: napari_save_coor.md
- Points: Points.md
- Get Centroids: get_centroids.md
markdown_extensions:
- toc:
permalink: True
- admonition