-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (39 loc) · 895 Bytes
/
mkdocs.yml
File metadata and controls
46 lines (39 loc) · 895 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
40
41
42
43
44
45
46
site_name: packlayer
repo_url: https://github.com/layeredtools/packlayer
theme:
name: material
palette:
- scheme: slate
primary: black
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- content.code.copy
- content.code.annotate
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
show_source: true
nav:
- Home: index.md
- API Reference:
- Client: api/client.md
- Models: api/models.md
- Exceptions: api/exceptions.md