rioxarray
rioxarray copied to clipboard
docs: fix minor code block issue for local installation in CONTRIBUTING.rst
Fixes a typo which caused code block rendering to fail. Also adds quotes around .[all] as pip install -e .[all] fails in some environments. E.g.:
$ python -m pip install -e .[all]
zsh: no matches found: .[all]
$ python -m pip install -e ".[all]"
... # (works)
- [x] Fully documented, including
docs/history.rstfor all changes anddocs/rioxarray.rstfor new API
:point_up: I didn't add anything to docs/history.rst as it doesn't appear to be the convention when updating documentation.