https://github.com/insarlab/MintPy
Revision c7400f97ffd370b0140906cbf3925ead6de10fc1 authored by Zhang Yunjun on 28 December 2022, 02:38:11 UTC, committed by GitHub on 28 December 2022, 02:38:11 UTC
+ docs/installation:
   - switch syntax from markdown to html, for elements within the html `<section>` tag, as they do not work on readthedocs:
       - links with `<a>` tag
       - code block with `<code>` and `<pre>` tags
       - lists with `<ul>` and `<li>` tags
       - use `<p>` tag to fine-tune the spacing between paragraphs
   - keep markdown syntax for titles, as much as possible (outside of any html tags), as it provides links for precise (sub)-sections
   - remove the unnecessary link to section 3 "post-installation setup"

+ `.github/dependabot.yml`: ignore patch updates for all dependencies to reduce the PR frequency

+ `utils.readfile.get_hdf5_dataset_attrs()`: return None, instead of raising an error, if the input file is not hdf5, for more compatibility
1 parent 61177bb
History
Tip revision: c7400f97ffd370b0140906cbf3925ead6de10fc1 authored by Zhang Yunjun on 28 December 2022, 02:38:11 UTC
docs/installation: switch syntax from markdown to html (#939)
Tip revision: c7400f9
File Mode Size
.circleci
.github
docs
scripts
src
tests
.gitignore -rw-r--r-- 1.8 KB
.pre-commit-config.yaml -rw-r--r-- 1.8 KB
.readthedocs.yaml -rw-r--r-- 676 bytes
Dockerfile -rw-r--r-- 1.7 KB
LICENSE -rw-r--r-- 35.1 KB
MANIFEST.in -rw-r--r-- 88 bytes
mkdocs.yml -rw-r--r-- 1.4 KB
pyproject.toml -rw-r--r-- 90 bytes
requirements.txt -rw-r--r-- 678 bytes
setup.py -rw-r--r-- 7.4 KB

back to top