-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
88 lines (81 loc) · 2.25 KB
/
mkdocs.yml
File metadata and controls
88 lines (81 loc) · 2.25 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
87
88
site_name: Semigroups - Zero to ε
nav:
- Home: index.md
- Semigroups in GAP:
- gap/index.md
- "GAP: Installation": gap/install.md
- "GAP: First steps": gap/first-steps.md
- "GAP: Semigroups defined by generators": gap/generated.md
- "GAP: Finitely presented semigroups": gap/fp.md
- "GAP: Worksheet": gap/worksheet.md
- Semigroups in Python:
- py/index.md
- "Python: Installation": py/install.md
- "Python: First steps": py/first-steps.md
- "Python: Semigroups defined by generators": py/generated.md
- "Python: Finitely presented semigroups": py/fp.md
- "Python: Worksheet": py/worksheet.md
- Case studies:
- case-studies/index.md
- case-studies/short.md
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
- toc.integrate
- content.code.copy
- content.code.select
- content.footnote.tooltips
plugins:
# - optimize
# - privacy
- search
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
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.keys
- pymdownx.arithmatex:
generic: true
copyright: Copyright © 2026 Reinis Cirpons, Joe 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_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js