Closed sjperkins closed 5 years ago
[x] Tests added / passed
$ py.test -v -s xarrayms/tests
If the pep8 tests fail, the quickest way to correct this is to run autopep8 and then flake8 and pycodestyle to fix the remaining issues.
autopep8
flake8
pycodestyle
$ pip install -U autopep8 flake8 pycodestyle $ autopep8 -r -i xarrayms $ flake8 xarrayms $ pycodestyle xarrayms
[ ] Fully documented, including HISTORY.rst for all changes and one of the docs/*-api.rst files for new API
HISTORY.rst
docs/*-api.rst
To build the docs locally:
pip install -r requirements.readthedocs.txt cd docs READTHEDOCS=True make html
[x] Tests added / passed
If the pep8 tests fail, the quickest way to correct this is to run
autopep8
and thenflake8
andpycodestyle
to fix the remaining issues.[ ] Fully documented, including
HISTORY.rst
for all changes and one of thedocs/*-api.rst
files for new APITo build the docs locally: