cd ./docs/
make html
mkdir notebooks
find './source/examples/' -name "*.ipynb" -print0 | xargs -0 cp -t './notebooks/'
find './source/tutorials/' -name "*.ipynb" -print0 | xargs -0 cp -t './notebooks/'
