-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
89 lines (82 loc) · 2.38 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
site_name: PrimerDriver
site_url: https://kvdomingo.github.io/primerdriver
site_description: Automated design of mutagenic primers for site-directed mutagenesis
site_author: Kenneth V. Domingo <[email protected]>, Numeriano Amer E. Gutierrez <[email protected]>
copyright: >
© 2020
<a href="mailto:[email protected]">Kenneth V. Domingo</a>,
<a href="[email protected]">Numeriano Amer E. Gutierrez</a>
repo_name: kvdomingo/primerdriver
repo_url: https://github.com/kvdomingo/primerdriver
theme:
name: material
logo: assets/PrimerDriver_logo.png
font:
text: Inter
features:
- content.code.copy
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.path
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.footer
- navigation.top
- toc.follow
- toc.integrate
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
nav:
- Home: index.md
- Getting Started: getting_started.md
- Software Features: software.md
- API Reference: api.md
markdown_extensions:
- admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: false
show_bases: true
show_inheritance_diagram: true
show_root_heading: true
show_root_toc_entry: true
show_symbol_type_heading: true
show_symbol_type_toc: true
modernize_annotations: true
extra_javascript:
- js/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
- https://unpkg.com/[email protected]/dist/mermaid.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css