-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi all,
it would be great to refactor the code to resemble
https://github.com/humancompatible/interconnect
https://github.com/humancompatible/detect
and any other "major" Python package. That is, within the
https://github.com/humancompatible/explain,
there would be
/tests with unit tests
/examples with Jupyter notebooks, ideally names 01_intro, 02_feature1, 03_feature2, etc.
/docs with Sphinx or similar setup to generate documentation, exported to readthedocs.io (cf. https://humancompatible-detect.readthedocs.io/en/latest/)
/humancompatible/explain with code
.gitignore
CONTRIBUTING.md
LICENSE
README.md with very clear instructions as to how to use it and links to the Jupyter notebooks
requirements.txt tested regularly
setup.py
Thank you!
Jakub