-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
32 lines (29 loc) · 928 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
site_name: Divvy
site_logo: img/divvy_logo_dark.svg
site_url: http://divvy.databio.org/
repo_url: http://github.com/databio/divvy
pypi_name: divvy
nav:
- Getting Started:
- Introduction: README.md
- Install and configure: install.md
- How-to Guides:
- "Tutorial: divvy in python": tutorial.md
- "Tutorial: divvy on the command line": cli.md
- Configuring divvy: configuration.md
- Configuring containers: containers.md
- Configuring connection with client software: adapters.md
- Reference:
- Default packages: default_packages.md
- API: autodoc_build/divvy.md
- Support: https://github.com/pepkit/divvy/issues
- Contributing: contributing.md
- Changelog: changelog.md
- DIVCFG examples: http://github.com/pepkit/divcfg
theme: databio
plugins:
- databio:
autodoc_build: "docs/autodoc_build"
autodoc_package: "divvy"
no_top_level: true
- search