-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
50 lines (46 loc) · 1.15 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
site_name: Spectral metric
site_author: Frédéric Branchaud-Charron
site_description: >-
Perform data-centric analysis of our dataset using spectral analysis and CSG (Branchaud-Charron et al, 2019)
# Repository
repo_name: Dref360/spectral-metric
repo_url: https://github.com/Dref360/spectral-metric
edit_uri: ""
plugins:
- search
- mkdocstrings
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
primary: teal
features:
- search.highlight
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- toc.integrate
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
- pymdownx.arithmatex:
generic: true
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
nav:
- Home: index.md
- Get Started: get-started.md
- API:
- api/estimator.md
- api/lib.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Dref360
- icon: fontawesome/brands/python
link: https://pypi.org/project/spectral-metric/