-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (30 loc) · 767 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (30 loc) · 767 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
site_name: wildlife from space ai
repo_url: https://github.com/antarctica/wfsai/
theme:
name: readthedocs
logo: img/bas-logo-inverse-transparent-64.png
plugins:
- search
- include-markdown:
rewrite_relative_urls: true
- mkdocstrings:
handlers:
python:
options:
show_source: false
parameter_headings: true
show_root_full_path: true
group_by_category: true
show_category_heading: true
#show_symbol_type_heading: true
paths:
- "."
- mkdocs-autoapi:
autoapi_dir: wfsai
autoapi_add_nav_entry: Python API Reference
nav:
- Home: index.md
- implementation.md
- installation.md
- tutorial.md
- development.md