NOTICE: This library is no longer being developed. Use Ensaio instead (https://www.fatiando.org/ensaio). -- Download geophysical models/datasets and load them in Python
BSD 3-Clause "New" or "Revised" License
34
stars
15
forks
source link
Update citation instructions and global Zenodo DOI #72
Update citation instructions based on the new MAINTENANCE.md
guidelines from fatiando/contributing#11. Point to the global Zenodo DOI
for Rockhound on CITATION.md and on the Zenodo badge in the
README.md.
Reminders
[ ] Run make format and make check to make sure the code follows the style guide.
[ ] Add tests for new features or tests that would have caught the bug that you're fixing.
[ ] Add new public functions/methods/classes to doc/api/index.rst.
[ ] Write detailed docstrings for all functions/methods.
[ ] If adding new functionality, add an example to the docstring, gallery, and/or tutorials.
Update citation instructions based on the new
MAINTENANCE.md
guidelines from fatiando/contributing#11. Point to the global Zenodo DOI for Rockhound onCITATION.md
and on the Zenodo badge in theREADME.md
.Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.