Open JamesOwers opened 4 years ago
Actually- look into NBDev in place of binder, just quickly! https://github.com/fastai/nbdev https://www.youtube.com/watch?v=9Q6sLbz37gk&ab_channel=JeremyHoward
This also looks awesome! https://github.com/mwouts/jupytext
We want to solve 3 problems regarding documentation:
ipynb
files in./docs
after each change by hand, this is an issue because: a. this is easily forgotten/new contributors wouldn't know to do this, and it is and long! b. version control is made hard: output data saved in the files is always different, so diffs on the files are very large and not representative of the code which was changed (if any)Looked into readthedocs (#97 ) and propose the following: