This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
mkdocs.yml
67 lines (61 loc) · 1.95 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Project information
site_name: pycoQC
site_description: PycoQC computes metrics and generates interactive QC plots for Oxford Nanopore technologies sequencing data
site_author: Adrien Leger & Tommaso Leonardi
site_url: https://adrienleger.com/pycoQC
# Repository
repo_name: 'a-slide/pycoQC'
repo_url: https://github.com/a-slide/pycoQC
# Copyright
copyright: Copyright © 2020 Adrien Leger & Tommaso Leonardi
# Navigation menu
nav:
- Home: index.md
- Installation instructions: installation.md
- pycoQC Usage:
- Using pycoQC: pycoQC/usage.md
- jupyter API usage: pycoQC/API_usage.ipynb
- Command line usage: pycoQC/CLI_usage.ipynb
- Barcode_split Usage:
- Using Barcode_split: Barcode_split/usage.md
- jupyter API usage: Barcode_split/API_usage.ipynb
- Command line usage: Barcode_split/CLI_usage.ipynb
- Fast5_to_seq_summary Usage:
- Using Fast5_to_seq_summary: Fast5_to_seq_summary/usage.md
- jupyter API usage: Fast5_to_seq_summary/API_usage.ipynb
- Command line usage: Fast5_to_seq_summary/CLI_usage.ipynb
- Citing pycoQC: citing.md
- Acknowledgements: acknowledgements.md
- Alternative and complementary packages: alternative.md
- Contributing Guidelines: contributing.md
- Code of conduct: code_of_conduct.md
- Licence: licence.md
- Changelog: changelog.md
# Theme customization
theme:
name: 'material'
highlightjs: true
font: false
markdown_extensions:
- admonition
- codehilite
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink:
repo_url_shorthand: true
user: a-slide
repo: pycoQC
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- mknotebooks