-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
44 lines (40 loc) · 1.24 KB
/
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
36
37
38
39
40
41
42
43
site_name: Pypiper
site_logo: img/pypiper_logo_dark.svg
site_url: http://code.databio.org/pypiper/
repo_url: http://github.com/databio/pypiper
pypi_name: piper
nav:
- Getting Started:
- Introduction: README.md
- Philosophy: philosophy.md
- Features at-a-glance: features.md
- Hello world: hello-world.md
- Developer guides:
- Building a basic pipeline: basic-pipeline.md
- Using the run method: advanced-run-method.md
- Automatic command-line arguments: cli.md
- Configuring pipelines: configuration.md
- Reporting statistics: report.md
- Reporting statistics with pipestat: pipestat.md
- Cleaning up intermediate files: clean.md
- Best practices: best-practices.md
- Toolkits:
- "NGSTk: the NGS toolkit": ngstk_intro.md
- Reference:
- Catalog of pipeline outputs: outputs.md
- Pypiper API: autodoc_build/pypiper.md
- NGSTk API: autodoc_build/ngstk.md
- FAQ: faq.md
- Support: support.md
- Contributing: contributing.md
- Changelog: changelog.md
theme: databio
plugins:
- databio:
autodoc_build: "docs/autodoc_build"
autodoc_package: "pypiper"
no_top_level: true
build_list:
pypiper: [PipelineManager]
ngstk: [NGSTk]
- search