-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
86 lines (84 loc) · 2 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
site_name: polars-bio
site_url: https://biodatageeks.org/polars-bio/
repo_url: https://github.com/biodatageeks/polars-bio
repo_name: biodatageeks/polars-bio
nav:
- Home:
- polars-bio: index.md
- 🏃🏼♂️ Quick start: quickstart.md
- 🔨Features: features.md
- 📚 Tutorial: notebooks/tutorial.ipynb
- 🚀 Performance: performance.md
- ⚙️ API reference: api.md
- Quick start: quickstart.md
- Features: features.md
- Tutorial: notebooks/tutorial.ipynb
- Performance: performance.md
- API reference: api.md
plugins:
- search
- autorefs
- mkdocs-jupyter:
execute: true
allow_errors: false
- mkdocstrings:
default_handler:
python:
options:
docstring_style: google
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
features:
- content.code.copy
- content.code.select
- content.code.annotate
- content.tabs.link
- content.action.edit
- content.tooltips
- toc.follow
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- navigation.tracking
- navigation.instant
- content.footnote.tooltips
icon:
repo: fontawesome/brands/github
extra:
version:
provider: mike
default:
- latest
markdown_extensions:
- admonition
- footnotes
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ..
dedent_subsections: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- md_in_html
- abbr
- attr_list
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- markdown.extensions.toc:
baselevel: 1
permalink: ""