-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (40 loc) · 1 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
site_name: peptidy
theme:
name: material
logo: assets/molml_logo.png
favicon: assets/molml_logo.png
palette:
- scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
repo_url: https://github.com/molML/peptidy/
plugins:
- mkdocstrings
- search
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.arithmatex:
generic: true
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
extra_css:
- stylesheets/style.css
nav:
- Homepage: index.md
- API Reference:
- api/biology.md
- api/descriptors.md
- api/encoding.md
- api/tokenizer.md