-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
27 lines (26 loc) · 966 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
site_name: PlantCV-Geopspatial
site_url: https://plantcv-geospatial.readthedocs.io/
site_description: Plant phenotyping for geospatial images using computer vision
site_author: PlantCV Development Team
repo_url: https://github.com/danforthcenter/plantcv-geospatial
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':
- 'Geopspatial Tools':
- Read Geo-tif Data: read_geotif.md
- Transform coordinate points: transform_points.md
- Transform coordinate polygons: transform_polygons.md
- Save clicked points as geojson: points_to_geojson.md
markdown_extensions:
- toc:
permalink: True
- admonition