forked from iceye-ltd/icecube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (46 loc) · 1.29 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
site_name: ICEcube Documentation
site_description: Manipulate coregistered ICEYE SAR Image Stacks in Python
# Repository
repo_name: iceye-ltd/icecube
repo_url: https://github.com/iceye-ltd/icecube
edit_uri: edit/main/docs/
site_url: https://iceye-ltd.github.io/icecube/
theme:
palette:
primary: black
accent: green
name: material
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Installation: installation.md
- ICEcube Examples:
- Overview : overview.md
- SARDatacube : examples/Ex1_SARDatacube.ipynb
- LabelsDatacube : examples/Ex2_LabelsDatacube.ipynb
- CreatingDatacube: examples/Ex3_CreatingDatacube.ipynb
- Datacube : examples/Ex4_Datacube.ipynb
- Datacube for ML: examples/Ex5_Datacube_for_ML.ipynb
- Implementation Details:
- Datacube: datacube/Datacube.md
- Release Notes: release_notes.md
- Contributing: contribute.md
markdown_extensions:
- admonition
plugins:
- search
- mkdocs-jupyter
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_root_heading: false
show_source: true
show_category_heading: true
selection:
filters:
- "!^_" # exlude all members starting with _
watch:
- icecube/