https://github.com/insarlab/MintPy
Revision 97fc78e51638c51ca88b6782b6c48feee398804f authored by Zhang Yunjun on 08 August 2019, 16:00:44 UTC, committed by GitHub on 08 August 2019, 16:00:44 UTC
* add "citing this work" in README * suppress matplotlib UserWarning while calling plotting scripts. * add GPS related options back to tsview.py to avoid undefined arguments error, but raise an exception in tsview.py while --gps-comp option is input. * update plotting script usage in smallbaselineApp.ipynb * fix bug of the relative path of data files in save_kmz
1 parent c2750e0
Tip revision: 97fc78e51638c51ca88b6782b6c48feee398804f authored by Zhang Yunjun on 08 August 2019, 16:00:44 UTC
add "citing this work" in README (#177)
add "citing this work" in README (#177)
Tip revision: 97fc78e
readthedocs.yml
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
#sphinx:
# configuration: docs/conf.py
# Build documentation with MkDocs
mkdocs:
configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
install:
- requirements: docs/requirements.txt
formats: []

Computing file changes ...