[x] Fully documented, including HISTORY.rst for all changes
and one of the docs/*-api.rst files for new API
To build the docs locally:
pip install -r requirements.readthedocs.txt
cd docs
READTHEDOCS=True make html
This is still a work in progress, but the basics are there and working. The final step is to make sure that kwargs are handled correctly as not all the xds_to_* have identical signatures.
[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:
This is still a work in progress, but the basics are there and working. The final step is to make sure that
kwargs
are handled correctly as not all thexds_to_*
have identical signatures.