forked from yotarazona/scikit-eo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
84 lines (76 loc) · 2.17 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
site_name: scikit-eo
site_url: https://yotarazona.github.io/scikit-eo/
repo_url: https://yotarazona.github.io/scikit-eo/
theme:
palette:
- scheme: default
# primary: blue
# accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
name: material
icon:
repo: fontawesome/brands/github
icon:
repo: fontawesome/brands/github
logo: images/logo.png
favicon: assets/favicon.png
features:
- navigation.instant
- navigation.tracking
- navigation.top
- search.highlight
- search.share
custom_dir: "docs/overrides"
#theme: readthedocs
plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True
execute: True
#execute_ignore: "*.ipynb"
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
# extra:
# analytics:
# provider: google
# property: UA-XXXXXXXXX-X
nav:
- Home: index.md
- Installation: installation.md
- Get Started: get-started.md
- Tutorials: tutorials.md
- Contributors: contributors.md
- Contributing: contributing.md
- FAQ: faq.md
- Report Issues: https://github.com/yotarazona/scikit-eo/issues
- API Reference:
- mla module: mla.md
- calmla module: calmla.md
- rkmeans module: rkmeans.md
- calkmeans module: calkmeans.md
- pca module: pca.md
- atmosCorr module: atmosCorr.md
- deeplearning module: deeplearning.md
- linearTrend module: linearTrend.md
- fusionrs module: fusionrs.md
- sma module: sma.md
- tassCap module: tassCap.md
- plot module: plot.md
- writeRaster module: writeRaster.md
- process module: process.md