forked from octopus-sensing/octopus-sensing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
35 lines (31 loc) · 774 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
35
site_name: Octopus Sensing
repo_url: https://github.com/octopus-sensing/octopus-sensing
edit_uri: ""
site_author: "Nastaran Saffaryazdi"
site_description: ""
site_dir: docs_build/
theme:
name: readthedocs
prev_next_buttons_location: none
markdown_extensions:
- toc:
permalink: True
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
selection:
docstring_style: numpy
filters:
- "!^_" # exlude all members starting with _
rendering:
show_root_heading: yes
show_if_no_docstring: yes
members_order: source
show_source: True
nav:
- Home: index.md
- Tutorial: tutorial.md
- API Reference: api-reference.md
- Development: development.md