update docs and API

This commit is contained in:
Talley Lambert
2021-04-25 11:41:26 -04:00
parent 6b1a3aa299
commit 4cec206cf9
2 changed files with 111 additions and 38 deletions

View File

@@ -59,7 +59,6 @@ dev =
[flake8]
exclude = _version.py,.eggs,examples
max-line-length = 79
docstring-convention = numpy
ignore = E203,W503,E501,C901,F403,F405