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
[x] 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
@JSKenyon fixed in https://github.com/ska-sa/dask-ms/pull/60/commits/3308be8017c7489d91b7958759fd68959324ef02
[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.[x] Fully documented, including
HISTORY.rst
for all changes and one of thedocs/*-api.rst
files for new APITo build the docs locally: