-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (34 loc) · 742 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
39 lines (34 loc) · 742 Bytes
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
site_name: VSUP
theme:
name: "material"
features:
- navigation.sections
repo_name: VSUP
repo_url: https://github.com/JohnGoertz/vsup
site_url: https://JohnGoertz.github.io/vsup
plugins:
- search
- marimo
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
nav:
- Overview: index.md
- API Reference:
- vsup: api/vsup.md
- quantization: api/quantization.md
- transforms: api/transforms.md