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
Wrap docstrings to 79 chars and check with flake8 #68
Wrap all docstrings to 79 characters of API functions. Set
max-doc-length=79
characters to make flake8 check if any docstring exceeds it.Fixes #58
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.