Closed aphelionz closed 5 years ago
This PR adds two interactive ijavascript Jupyter notebooks to the ./doc folder. We should consider following this convention with our other repos
./doc
npm run build:docs
New dependencies:
The API.ipynb is generated via a tool called hypatia. See here for more details: https://github.com/aphelionz/hypatia
hypatia
@aphelionz This is still a WIP, right?
@RichardLitt Correct. This is one of those pesky things we need to close as discussed yesterday.
Description
This PR adds two interactive ijavascript Jupyter notebooks to the
./doc
folder. We should consider following this convention with our other reposTODO
New Scripts
npm run build:docs
: generates and inputs jsdoc file, and outputs ipynb file in docs.Deps
New dependencies:
The API.ipynb is generated via a tool called
hypatia
. See here for more details: https://github.com/aphelionz/hypatia