forked from insarlab/MintPy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (44 loc) · 1.42 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
site_name: MintPy
site_url: https://github.com/insarlab/MintPy
site_description: Miami InSAR Time-series software in Python
site_author: Zhang Yunjun, Heresh Fattahi
repo_url: https://github.com/insarlab/MintPy/
google_analytics: ['UA-104225904-1', 'mkdocs.org']
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- rust
markdown_extensions:
- smarty
- toc:
permalink: "#"
baselevel: 2
separator: "_"
- sane_lists
nav:
- Home: README.md
- User Guide:
- Example datasets: demo_dataset.md
- Example directory structure: dir_structure.md
- Example template files: examples/input_files/README.md
- Parallel processing with Dask: dask.md
- Tutorials in Jupyter Notebook: https://github.com/insarlab/MintPy-tutorial
- Frequently Asked Questions: FAQs.md
- Output:
- Google Earth KMZ: google_earth.md
- HDF-EOS5: hdfeos5.md
- QGIS: QGIS.md
- API Documentation:
- Attributes: api/attributes.md
- Colormaps: api/colormaps.md
- Coordinates: api/coord.md
- Data structure: api/data_structure.md
- Docker: docker.md
- Documents generation: api/doc_generation.md
- Module hierarchy: api/module_hierarchy.md
- About:
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- References: references.md