-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
86 lines (80 loc) · 2.1 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
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: pyperspec
repo_url: https://github.com/r-hyperspec/pyperspec
# See https://squidfunk.github.io/mkdocs-material/setup/ for more options
theme:
name: "material"
language: en
features:
- content.code.copy
# - content.tabs.link
- content.code.annotate
# - navigation.tabs
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.preview
- navigation.instant.progress
- navigation.path
- navigation.sections
- navigation.top
- navigation.tracking
- search.suggest
- toc.follow
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# logo: 'logo-white.svg'
favicon: "https://avatars.githubusercontent.com/u/66628186?s=48&v=4"
plugins:
- search
- exclude:
glob:
- plugins/*
- __pycache__/*
- .git/*
- .pytest_cache
# https://mkdocstrings.github.io/python/usage/configuration/general/
- mkdocstrings:
handlers:
python:
options:
heading_level: 2
parameter_headings: true
show_root_heading: true
show_category_heading: true
show_symbol_type_heading: true
show_symbol_type_toc: true
group_by_category: true
summary: true
docstring_style: numpy
members_order: source
markdown_extensions:
- pymdownx.pathconverter
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets:
base_path:
- docs
- README.md
check_paths: true
watch:
- docs
- pyspc
- README.md
nav:
- Home: index.md
# - Installation: installation.md
# - Tutorial: tutorial.md
- API Reference:
- SpectraFrame: api-spectraframe.md