fatiando / rockhound

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

Closed santisoler closed 4 years ago

santisoler commented 4 years ago

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