-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
47 lines (41 loc) · 1.04 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
site_name: chmpy
site_url: https://peterspackman.github.io/chmpy/
repo_url: https://github.com/peterspackman/chmpy
repo_name: peterspackman/chmpy
theme:
name: material
logo: assets/chmpy_logo_small_no_text_dark.png
features:
- content.code.copy
palette:
primary: blue grey
scheme: preference
font:
text: Helvetica
code: Noto Sans Mono
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/peterspackman
plugins:
- search
- mkdocstrings
- gen-files:
scripts:
- scripts/mkdocs_gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home: index.md
- Overview:
- Shape Descriptors: shape_descriptors.md
- Notes on Parallelization: parallel.md
- Programming Interface (API): reference/