-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
119 lines (110 loc) · 3.31 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
site_name: taxidTools
site_url: https://cvua-rrw.github.io/taxidtools
site_description: Python library for taxonomy definitions
site_author: Gregoire Denay, Chemisches und Veterinaeruntersuchungsamt Rhein-Ruhr-Wupper - AoR
copyright: BSD 3-Clause license
repo_url: https://github.com/CVUA-RRW/taxidtools
nav:
- Home: index.md
- Usage:
- Quickstart: usage/quickstart.md
- Avanced usage: usage/advanced.md
- Recipes:
- Predictions vs. expectations: recipes/verify_blast.md
- API reference:
- Taxonomy: api_doc/taxonomy.md
- Constructors: api_doc/factories.md
- Nodes: api_doc/nodes.md
- Lineage: api_doc/lineage.md
- About:
- Contributing: about/contributing.md
- License: about/license.md
- History: about/history.md
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: deep orange
toggle:
icon: material/eye
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: deep orange
toggle:
icon: material/eye-outline
name: Switch to light mode
icon:
repo: fontawesome/brands/github
favicon: material/dna
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.path
- toc.follow
- content.code.copy
- content.code.annotate
plugins:
- search
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [.]
options:
docstring_style: numpy
show_source: False
inherited_members: True
docstring_section_style: list
extra:
analytics:
provider: google
property: G-3KVE44Z79K
feedback:
title: Was this page helpful?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
<a href="https://github.com/CVUA-RRW/taxidtools/issues/new/?title=[Webdoc Feedback]+{title}+-+{url}" target="_blank" rel="noopener">telling us what you need</a>.
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
You can change your cookie settings at any time.
markdown_extensions:
- attr_list
- md_in_html
- tables
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
copyright: >
Copyright © 2024 Grégoire Denay -
<a href="#__consent">Change cookie settings</a>