diff --git a/docs/sphinx_docs/_build/doctrees/environment.pickle b/docs/sphinx_docs/_build/doctrees/environment.pickle index 1710eb5..a5d187b 100644 Binary files a/docs/sphinx_docs/_build/doctrees/environment.pickle and b/docs/sphinx_docs/_build/doctrees/environment.pickle differ diff --git a/docs/sphinx_docs/_build/doctrees/index.doctree b/docs/sphinx_docs/_build/doctrees/index.doctree index 2f8a002..398bdec 100644 Binary files a/docs/sphinx_docs/_build/doctrees/index.doctree and b/docs/sphinx_docs/_build/doctrees/index.doctree differ diff --git a/docs/sphinx_docs/_build/doctrees/notebooks/Derivatives_of_Regular_Expressions.doctree b/docs/sphinx_docs/_build/doctrees/notebooks/Derivatives_of_Regular_Expressions.doctree index c5f9725..8f7fabf 100644 Binary files a/docs/sphinx_docs/_build/doctrees/notebooks/Derivatives_of_Regular_Expressions.doctree and b/docs/sphinx_docs/_build/doctrees/notebooks/Derivatives_of_Regular_Expressions.doctree differ diff --git a/docs/sphinx_docs/_build/html/_sources/index.rst.txt b/docs/sphinx_docs/_build/html/_sources/index.rst.txt index eddc007..7cbd506 100644 --- a/docs/sphinx_docs/_build/html/_sources/index.rst.txt +++ b/docs/sphinx_docs/_build/html/_sources/index.rst.txt @@ -56,7 +56,9 @@ legible as any other notation. Some layout helps:: This function accepts two integers on the stack and increments or decrements one of them such that the new pair of numbers is the next coordinate pair in a square spiral (like the kind used to construct an -Ulam Spiral). For more information see :doc:`notebooks/Square_Spiral` +`Ulam Spiral`_). For more information see :doc:`notebooks/Square_Spiral` + +.. _Ulam Spiral: https://en.wikipedia.org/wiki/Ulam_spiral Quick Start diff --git a/docs/sphinx_docs/_build/html/_sources/notebooks/Derivatives_of_Regular_Expressions.rst.txt b/docs/sphinx_docs/_build/html/_sources/notebooks/Derivatives_of_Regular_Expressions.rst.txt index 29dc9fb..68d6363 100644 --- a/docs/sphinx_docs/_build/html/_sources/notebooks/Derivatives_of_Regular_Expressions.rst.txt +++ b/docs/sphinx_docs/_build/html/_sources/notebooks/Derivatives_of_Regular_Expressions.rst.txt @@ -533,10 +533,10 @@ machine transition table. Says, “Three or more 1’s and not ending in 01 nor composed of all 1’s.” -.. figure:: attachment:omg.svg - :alt: omg.svg +.. figure:: omg.svg + :alt: State Machine Graph - omg.svg + State Machine Graph Start at ``a`` and follow the transition arrows according to their labels. Accepting states have a double outline. (Graphic generated with diff --git a/docs/sphinx_docs/_build/html/index.html b/docs/sphinx_docs/_build/html/index.html index 24307ce..a8eb5af 100644 --- a/docs/sphinx_docs/_build/html/index.html +++ b/docs/sphinx_docs/_build/html/index.html @@ -75,7 +75,7 @@ ifte

This function accepts two integers on the stack and increments or decrements one of them such that the new pair of numbers is the next coordinate pair in a square spiral (like the kind used to construct an -Ulam Spiral). For more information see Square Spiral Example Joy Code

+Ulam Spiral). For more information see Square Spiral Example Joy Code

Quick Start

diff --git a/docs/sphinx_docs/_build/html/notebooks/Derivatives_of_Regular_Expressions.html b/docs/sphinx_docs/_build/html/notebooks/Derivatives_of_Regular_Expressions.html index 80ade99..34e24eb 100644 --- a/docs/sphinx_docs/_build/html/notebooks/Derivatives_of_Regular_Expressions.html +++ b/docs/sphinx_docs/_build/html/notebooks/Derivatives_of_Regular_Expressions.html @@ -500,8 +500,8 @@ machine transition table.

Says, “Three or more 1’s and not ending in 01 nor composed of all 1’s.”

-omg.svg
-

omg.svg

+State Machine Graph
+

State Machine Graph

Start at a and follow the transition arrows according to their diff --git a/docs/sphinx_docs/_build/html/notebooks/Generator_Programs.html b/docs/sphinx_docs/_build/html/notebooks/Generator_Programs.html index 441434a..938d607 100644 --- a/docs/sphinx_docs/_build/html/notebooks/Generator_Programs.html +++ b/docs/sphinx_docs/_build/html/notebooks/Generator_Programs.html @@ -526,6 +526,7 @@ modifications to the default Treating Trees II: treestep

  • Using x to Generate Values
  • Newton’s method
  • +
  • Square Spiral Example Joy Code
  • Traversing Datastructures with Zippers
  • The Blissful Elegance of Typing Joy
  • Type Checking
  • diff --git a/docs/sphinx_docs/_build/html/notebooks/Newton-Raphson.html b/docs/sphinx_docs/_build/html/notebooks/Newton-Raphson.html index b1ea797..4a8ff3a 100644 --- a/docs/sphinx_docs/_build/html/notebooks/Newton-Raphson.html +++ b/docs/sphinx_docs/_build/html/notebooks/Newton-Raphson.html @@ -16,7 +16,7 @@ - + @@ -265,6 +265,7 @@ generated already and epsilon ε is handy on the stack…

  • Treating Trees II: treestep
  • Using x to Generate Values
  • Newton’s method
  • +
  • Square Spiral Example Joy Code
  • Traversing Datastructures with Zippers
  • The Blissful Elegance of Typing Joy
  • Type Checking
  • @@ -282,7 +283,7 @@ generated already and epsilon ε is handy on the stack…

  • Documentation overview
  • diff --git a/docs/sphinx_docs/_build/html/notebooks/Ordered_Binary_Trees.html b/docs/sphinx_docs/_build/html/notebooks/Ordered_Binary_Trees.html index d4bce1f..05fa302 100644 --- a/docs/sphinx_docs/_build/html/notebooks/Ordered_Binary_Trees.html +++ b/docs/sphinx_docs/_build/html/notebooks/Ordered_Binary_Trees.html @@ -1322,6 +1322,7 @@ Tree-delete == [pop not] [pop] [_Tree_delete_R0] [_Tree_delete_R1] genrec
  • Treating Trees II: treestep
  • Using x to Generate Values
  • Newton’s method
  • +
  • Square Spiral Example Joy Code
  • Traversing Datastructures with Zippers
  • The Blissful Elegance of Typing Joy
  • Type Checking
  • diff --git a/docs/sphinx_docs/_build/html/notebooks/Quadratic.html b/docs/sphinx_docs/_build/html/notebooks/Quadratic.html index 93bb733..4c2d7c8 100644 --- a/docs/sphinx_docs/_build/html/notebooks/Quadratic.html +++ b/docs/sphinx_docs/_build/html/notebooks/Quadratic.html @@ -202,6 +202,7 @@ get the results. This is pretty typical of Joy code.

  • Treating Trees II: treestep
  • Using x to Generate Values
  • Newton’s method
  • +
  • Square Spiral Example Joy Code
  • Traversing Datastructures with Zippers
  • The Blissful Elegance of Typing Joy
  • Type Checking
  • diff --git a/docs/sphinx_docs/_build/html/notebooks/Recursion_Combinators.html b/docs/sphinx_docs/_build/html/notebooks/Recursion_Combinators.html index 10ce08d..d143e1a 100644 --- a/docs/sphinx_docs/_build/html/notebooks/Recursion_Combinators.html +++ b/docs/sphinx_docs/_build/html/notebooks/Recursion_Combinators.html @@ -624,6 +624,7 @@ Wire”

  • Treating Trees II: treestep
  • Using x to Generate Values
  • Newton’s method
  • +
  • Square Spiral Example Joy Code
  • Traversing Datastructures with Zippers
  • The Blissful Elegance of Typing Joy
  • Type Checking
  • diff --git a/docs/sphinx_docs/_build/html/notebooks/Replacing.html b/docs/sphinx_docs/_build/html/notebooks/Replacing.html index 67b0722..01108aa 100644 --- a/docs/sphinx_docs/_build/html/notebooks/Replacing.html +++ b/docs/sphinx_docs/_build/html/notebooks/Replacing.html @@ -200,6 +200,7 @@ and re-evaluate the expression.

  • Treating Trees II: treestep
  • Using x to Generate Values
  • Newton’s method
  • +
  • Square Spiral Example Joy Code
  • Traversing Datastructures with Zippers
  • The Blissful Elegance of Typing Joy
  • Type Checking
  • diff --git a/docs/sphinx_docs/_build/html/notebooks/The_Four_Operations.html b/docs/sphinx_docs/_build/html/notebooks/The_Four_Operations.html index 1554228..b2ae3a1 100644 --- a/docs/sphinx_docs/_build/html/notebooks/The_Four_Operations.html +++ b/docs/sphinx_docs/_build/html/notebooks/The_Four_Operations.html @@ -353,6 +353,7 @@ evaluation, yeah?)

  • Treating Trees II: treestep
  • Using x to Generate Values
  • Newton’s method
  • +
  • Square Spiral Example Joy Code
  • Traversing Datastructures with Zippers
  • The Blissful Elegance of Typing Joy
  • Type Checking
  • diff --git a/docs/sphinx_docs/_build/html/notebooks/Treestep.html b/docs/sphinx_docs/_build/html/notebooks/Treestep.html index 7c01ae0..5c37053 100644 --- a/docs/sphinx_docs/_build/html/notebooks/Treestep.html +++ b/docs/sphinx_docs/_build/html/notebooks/Treestep.html @@ -523,6 +523,7 @@ equal):

  • Treating Trees II: treestep
  • Using x to Generate Values
  • Newton’s method
  • +
  • Square Spiral Example Joy Code
  • Traversing Datastructures with Zippers
  • The Blissful Elegance of Typing Joy
  • Type Checking
  • diff --git a/docs/sphinx_docs/_build/html/notebooks/TypeChecking.html b/docs/sphinx_docs/_build/html/notebooks/TypeChecking.html index 5f201ce..142a672 100644 --- a/docs/sphinx_docs/_build/html/notebooks/TypeChecking.html +++ b/docs/sphinx_docs/_build/html/notebooks/TypeChecking.html @@ -189,6 +189,7 @@
  • Treating Trees II: treestep
  • Using x to Generate Values
  • Newton’s method
  • +
  • Square Spiral Example Joy Code
  • Traversing Datastructures with Zippers
  • The Blissful Elegance of Typing Joy
  • Type Checking
  • diff --git a/docs/sphinx_docs/_build/html/notebooks/Types.html b/docs/sphinx_docs/_build/html/notebooks/Types.html index e8b8ab9..2330787 100644 --- a/docs/sphinx_docs/_build/html/notebooks/Types.html +++ b/docs/sphinx_docs/_build/html/notebooks/Types.html @@ -2414,6 +2414,7 @@ module. But if you’re interested in all that you should just use Prolog!

  • Treating Trees II: treestep
  • Using x to Generate Values
  • Newton’s method
  • +
  • Square Spiral Example Joy Code
  • Traversing Datastructures with Zippers
  • The Blissful Elegance of Typing Joy
  • Type Checking
  • diff --git a/docs/sphinx_docs/_build/html/notebooks/Zipper.html b/docs/sphinx_docs/_build/html/notebooks/Zipper.html index 55e3585..72ff9f1 100644 --- a/docs/sphinx_docs/_build/html/notebooks/Zipper.html +++ b/docs/sphinx_docs/_build/html/notebooks/Zipper.html @@ -16,7 +16,7 @@ - + @@ -338,6 +338,7 @@ i d i d i d d Bingo!
  • Treating Trees II: treestep
  • Using x to Generate Values
  • Newton’s method
  • +
  • Square Spiral Example Joy Code
  • Traversing Datastructures with Zippers
  • The Blissful Elegance of Typing Joy
  • Type Checking
  • @@ -354,7 +355,7 @@ i d i d i d d Bingo!