-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (28 loc) · 880 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (28 loc) · 880 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
site_name: Peppy
site_url: http://peppy.databio.org/
repo_url: http://github.com/pepkit/peppy
pypi_name: peppy
nav:
- Getting started:
- Introduction: README.md
- Installing and Hello World: hello-world.md
- How-to Guides:
- How to initialize a Project: initialize.md
- How to use peppy: tutorial.md
- How to use subsample table: feature4_subsample_table.md
- How to use amendments: feature5_amend.md
- How to use append sample modifier: feature1_append.md
- How to use imply sample modifier: feature2_imply.md
- How to validate a PEP: validating.md
- Reference:
- API: autodoc_build/peppy.md
- Support: support.md
- Contributing: contributing.md
- Changelog: changelog.md
theme: databio
plugins:
- databio:
autodoc_build: "docs/autodoc_build"
autodoc_package: "peppy"
no_top_level: true
- search