-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (46 loc) · 1.22 KB
/
mkdocs.yml
File metadata and controls
51 lines (46 loc) · 1.22 KB
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
site_name: soerp
site_description: Second Order Error Propagation for Python
site_url: https://eggzec.github.io/soerp
repo_url: https://github.com/eggzec/soerp
repo_name: eggzec/soerp
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/eggzec/soerp
- icon: fontawesome/brands/python
link: https://pypi.org/project/soerp/
theme:
name: material
favicon: assets/favicon.svg
logo: assets/favicon.svg
features:
- content.code.copy
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- tables
- toc:
permalink: true
title: Page contents
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Theory: theory.md
- Installation: installation.md
- Quickstart: quickstart.md
- API Reference: api.md
- References: references.md