-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
41 lines (41 loc) · 1.17 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
---
site_name: moPepGen
docs_dir: docs/
repo_url: https://github.com/uclahs-cds/package-moPepGen
site_author: Chenghao Zhu
nav:
- Home: index.md
- moPepGen Basics: basics.md
- Quick Start: quick-start.md
- Vignette: vignette.md
- File Format: file-format.md
- Commands:
- generateIndex: generate-index.md
- updateIndex: update-index.md
- parseVEP: parse-vep.md
- parseREDItools: parse-reditools.md
- parseSTARFuion: parse-star-fusion.md
- parseFusionCatcher: parse-fusion-catcher.md
- parseArriba: parse-arriba.md
- parseRMATS: parse-rmats.md
- parseCIRCexplorer: parse-circexplorer.md
- callVariant: call-variant.md
- callNovelORF: call-novel-orf.md
- callAltTranslation: call-alt-translation.md
- filterFasta: filter-fasta.md
- splitFasta: split-fasta.md
- mergeFasta: merge-fasta.md
- encodeFasta: encode-fasta.md
- decoyFasta: decoy-fasta.md
- summarizeFasta: summarize-fasta.md
theme: readthedocs
plugins:
- mkdocstrings:
handlers:
python:
docstring_stype: google
- macros:
verbose: true
markdown_extensions:
- tables
- admonition