-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (78 loc) · 1.99 KB
/
Copy pathmkdocs.yml
File metadata and controls
86 lines (78 loc) · 1.99 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
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: Semigroups - Zero to ε
site_url: https://libsemigroups.github.io/tutorial/
watch:
- includes
theme:
name: material
logo: images/logo.svg
favicon: images/favicon.png
palette:
- scheme: default
primary: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.path
- navigation.top
- navigation.indexes
- navigation.footer
- navigation.instants
- navigation.prune
- toc.integrate
- content.code.copy
- content.code.select
- content.footnote.tooltips
- content.tabs.link
plugins:
# - optimize
# - privacy
- search
- awesome-nav
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- footnotes
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
use_pygments: true
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
auto_append:
- includes/links.md
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.keys
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tilde
copyright: Copyright © 2026 Reinis Cirpons, Joseph Edwards and James Mitchell
extra:
social:
- name: The Semigroups package
icon: fontawesome/brands/github
link: https://www.github.com/semigroups/Semigroups
- name: The libsemigroups_pybind11 project
icon: fontawesome/brands/github
link: https://www.github.com/libsemigroups/libsemigroups_pybind11
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js