-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathmkdocs.yml
80 lines (74 loc) · 1.88 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
site_name: 'PyCWT: spectral analysis using wavelets in Python'
site_url: https://pycwt.readthedocs.io/
repo_url: https://github.com/regeirk/pycwt
theme:
name: readthedocs
analytics:
gtag: G-6KZB8M0J4C
highlightjs: true
logo: null
icon:
admonition:
note: fontawesome/solid/note-sticky
abstract: fontawesome/solid/book
info: fontawesome/solid/circle-info
tip: fontawesome/solid/bullhorn
success: fontawesome/solid/check
question: fontawesome/solid/circle-question
warning: fontawesome/solid/triangle-exclamation
failure: fontawesome/solid/bomb
danger: fontawesome/solid/skull
bug: fontawesome/solid/robot
example: fontawesome/solid/flask
quote: fontawesome/solid/quote-left
features:
- content.code.copy
- content.code.select
# diataxis: https://diataxis.fr/
nav:
- Home: index.md
- User guide:
- user-guide/installation.md
- user-guide/getting-started.md
- Tutorial:
- tutorial/cwt.md
# - Explanation:
# - explanation.md
- Reference:
- reference/index.md
- reference/helpers.md
- reference/comments.md
- About:
- about/acknowledgements.md
- about/contributing.md
- about/release-notes.md
- about/license.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- footnotes
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tilde
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [pycwt]
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js