Closed sjperkins closed 9 months ago
[x] Tests added / passed
$ py.test -v -s daskms/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 daskms $ flake8 daskms $ pycodestyle daskms
[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
[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: