OSDN Git Service

Rebuild docs
authorSimon Forman <sforman@hushmail.com>
Sun, 17 May 2020 23:40:58 +0000 (16:40 -0700)
committerSimon Forman <sforman@hushmail.com>
Sun, 17 May 2020 23:40:58 +0000 (16:40 -0700)
commit56da4690d025635bc08a95c6587c75835005205b
treed38cf50e479eff5b18fb4abcf23930ee4eb8d68f
parentef6411205dba391dae33be9652d1e88bc3dfb732
Rebuild docs
84 files changed:
docs/0._This_Implementation_of_Joy_in_Python.rst
docs/1._Basic_Use_of_Joy_in_a_Notebook.rst
docs/2._Library_Examples.rst
docs/3._Developing_a_Program.rst
docs/Advent_of_Code_2017_December_1st.rst
docs/Advent_of_Code_2017_December_2nd.rst
docs/Advent_of_Code_2017_December_3rd.rst
docs/Advent_of_Code_2017_December_4th.rst
docs/Advent_of_Code_2017_December_5th.rst
docs/Advent_of_Code_2017_December_6th.rst
docs/Compiling_Joy.rst
docs/Correcet_Programming.rst
docs/Derivatives_of_Regular_Expressions.rst
docs/Generator_Programs.rst
docs/Hylo-,_Ana-,_Cata-,_and_Para-morphisms_-_Recursion_Combinators.rst
docs/Newton-Raphson.rst
docs/Ordered_Binary_Trees.rst
docs/Quadratic.rst
docs/Recursion_Combinators.rst
docs/Replacing.rst
docs/The_Four_Operations.rst
docs/Trees.rst
docs/Treestep.rst
docs/TypeChecking.rst
docs/Types.rst
docs/Zipper.rst
docs/fun_with_scan.rst
docs/sphinx_docs/_build/html/_modules/index.html
docs/sphinx_docs/_build/html/_modules/joy/joy.html
docs/sphinx_docs/_build/html/_modules/joy/library.html
docs/sphinx_docs/_build/html/_modules/joy/parser.html
docs/sphinx_docs/_build/html/_modules/joy/utils/pretty_print.html
docs/sphinx_docs/_build/html/_modules/joy/utils/stack.html
docs/sphinx_docs/_build/html/_static/alabaster.css
docs/sphinx_docs/_build/html/_static/basic.css
docs/sphinx_docs/_build/html/_static/doctools.js
docs/sphinx_docs/_build/html/_static/documentation_options.js
docs/sphinx_docs/_build/html/_static/jquery.js
docs/sphinx_docs/_build/html/_static/searchtools.js
docs/sphinx_docs/_build/html/genindex.html
docs/sphinx_docs/_build/html/index.html
docs/sphinx_docs/_build/html/joy.html
docs/sphinx_docs/_build/html/lib.html
docs/sphinx_docs/_build/html/library.html
docs/sphinx_docs/_build/html/notebooks/Categorical.html
docs/sphinx_docs/_build/html/notebooks/Derivatives_of_Regular_Expressions.html
docs/sphinx_docs/_build/html/notebooks/Developing.html
docs/sphinx_docs/_build/html/notebooks/Generator_Programs.html
docs/sphinx_docs/_build/html/notebooks/Intro.html
docs/sphinx_docs/_build/html/notebooks/Newton-Raphson.html
docs/sphinx_docs/_build/html/notebooks/NoUpdates.html
docs/sphinx_docs/_build/html/notebooks/Ordered_Binary_Trees.html
docs/sphinx_docs/_build/html/notebooks/Quadratic.html
docs/sphinx_docs/_build/html/notebooks/Recursion_Combinators.html
docs/sphinx_docs/_build/html/notebooks/Replacing.html
docs/sphinx_docs/_build/html/notebooks/The_Four_Operations.html
docs/sphinx_docs/_build/html/notebooks/Treestep.html
docs/sphinx_docs/_build/html/notebooks/TypeChecking.html
docs/sphinx_docs/_build/html/notebooks/Types.html
docs/sphinx_docs/_build/html/notebooks/Zipper.html
docs/sphinx_docs/_build/html/notebooks/index.html
docs/sphinx_docs/_build/html/objects.inv
docs/sphinx_docs/_build/html/parser.html
docs/sphinx_docs/_build/html/pretty.html
docs/sphinx_docs/_build/html/py-modindex.html
docs/sphinx_docs/_build/html/search.html
docs/sphinx_docs/_build/html/searchindex.js
docs/sphinx_docs/_build/html/stack.html
docs/sphinx_docs/_build/html/types.html
docs/sphinx_docs/notebooks/Derivatives_of_Regular_Expressions.rst
docs/sphinx_docs/notebooks/Generator_Programs.rst
docs/sphinx_docs/notebooks/Intro.rst
docs/sphinx_docs/notebooks/Newton-Raphson.rst
docs/sphinx_docs/notebooks/Ordered_Binary_Trees.rst
docs/sphinx_docs/notebooks/Quadratic.rst
docs/sphinx_docs/notebooks/Recursion_Combinators.rst
docs/sphinx_docs/notebooks/Replacing.rst
docs/sphinx_docs/notebooks/The_Four_Operations.rst
docs/sphinx_docs/notebooks/Treestep.rst
docs/sphinx_docs/notebooks/TypeChecking.rst
docs/sphinx_docs/notebooks/Types.rst
docs/sphinx_docs/notebooks/Zipper.rst
docs/with_sympy.rst
joy/library.py