https://github.com/insarlab/MintPy
Raw File
Tip revision: d2173b0210b0b7495eaf40d4f2d5f86e16c7a537 authored by Zhang Yunjun on 03 January 2020, 07:20:21 UTC
fractal: adaptive p0 scaling factor
Tip revision: d2173b0
mkdocs.yml
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: example_dataset.md
        - Example directory structure: dir_structure.md
        - Example template files: examples/input_files/README.md
        - Tutorials in Jupyter Notebook: https://github.com/insarlab/MintPy-tutorial
    - Output:
        - Google Earth KMZ: google_earth.md
        - HDF-EOS5: hdfeos5.md
    - API Documentation:
        - Attributes: api/attributes.md
        - Colormaps: resources/colormaps/README.md
        - Coordinates: api/coord.md
        - Docker: docker.md
        - Documents generation: api/doc_generation.md
    - About:
        - Contributing: CONTRIBUTING.md
        - Code of Conduct: CODE_OF_CONDUCT.md
        - References: references.md

back to top