Update document to reflect the changes in v2.0
- Update the doctoring in python files
- Update the GitHub README
- Update the readthedoc web
Hello @zzachw,
I am a newcomer here and would like to make a contribution towards this issue as I get a more understanding of the repo. I see the change on the readthedoc web has been implemented. What exact changes need to be incorporated into README and the python files?
Hey Muchemicarol,
There's a bunch of documentation that needs to be written. If you look at the current GitHub repo, you might see some models and modules missing from the readthedocs like the interpret module. Other challenges exist like some of the tasks might not be as well-defined nor with a lot of examples.
We also need a testing/ documentation for the unit tests. All of those go under tests/core.
These while mundane, are actually pretty important in getting some of our test driven development done.
Hey @jhnwu3,
Thanks for the clarification! Let me review once again with this information and work on it.