Rebuild docs with Python 3 and Sphinx 3.0.2.

This commit is contained in:
Simon Forman
2020-04-28 15:37:49 -07:00
parent 176e427116
commit 7f6fcf6e09
150 changed files with 51415 additions and 41305 deletions
+5 -1
View File
@@ -1,4 +1,3 @@
# Traversing Datastructures with Zippers
This notebook is about using the "zipper" with joy datastructures. See the [Zipper wikipedia entry](https://en.wikipedia.org/wiki/Zipper_%28data_structure%29) or the original paper: ["FUNCTIONAL PEARL The Zipper" by Gérard Huet](https://www.st.cs.uni-saarland.de/edu/seminare/2005/advanced-fp/docs/huet-zipper.pdf)
@@ -275,3 +274,8 @@ It's easy to read off (in reverse) the right sequence of "d" and "i" from the su
[ n [ n [ n n x ...
i d i d i d d Bingo!
```python
```