diff --git a/Makefile b/Makefile index 90c3f7f..abd05ce 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,5 @@ test: sdist docs: - cd ./docs && python -m nbconvert --to html *.ipynb - cd ./docs && python -m nbconvert --to markdown *.ipynb - cd ./docs && python -m nbconvert --to rst *.ipynb + cd ./docs && make - -%.md : %.ipynb ; diff --git a/docs/Zipper.html b/docs/Zipper.html index 70bff52..e38b554 100644 --- a/docs/Zipper.html +++ b/docs/Zipper.html @@ -11775,7 +11775,7 @@ div#notebook {
This notebook is about using the "zipper" with joy datastructures. See the Zipper wikipedia entry or the original paper: "FUNCTIONAL PEARL The Zipper" by Gérard Huet
+This notebook is about using the "zipper" with joy datastructures. See the Zipper wikipedia entry or the original paper: "FUNCTIONAL PEARL The Zipper" by Gérard Huet
Given a datastructure on the stack we can navigate through it, modify it, and rebuild it using the "zipper" technique.