OSDN Git Service

ReST docs & library edits for Sphinx
authorSimon Forman <sforman@hushmail.com>
Wed, 25 Apr 2018 05:07:21 +0000 (22:07 -0700)
committerSimon Forman <sforman@hushmail.com>
Wed, 25 Apr 2018 05:07:21 +0000 (22:07 -0700)
commitcfbd9a5182ff9562ea4160cd54341d9980315bc7
tree265c1aef58241280c6ed0ae0a16184d9acb2c0e2
parent147641611d808d94c98ed8fbffceae0b44fa65fc
ReST docs & library edits for Sphinx

Used Pandoc to convert the notebooks to rst format.  Used 2to3 to edit
the function signatures that were causing sphinx to error out.  Am I
really the only one who uses that syntax?
19 files changed:
docs/0. This Implementation of Joy in Python.rst [new file with mode: 0644]
docs/1. Basic Use of Joy in a Notebook.rst [new file with mode: 0644]
docs/2. Library Examples.rst [new file with mode: 0644]
docs/3. Developing a Program.rst [new file with mode: 0644]
docs/4. Replacing Functions in the Dictionary.rst [new file with mode: 0644]
docs/Advent of Code 2017 December 1st.rst [new file with mode: 0644]
docs/Advent of Code 2017 December 2nd.rst [new file with mode: 0644]
docs/Advent of Code 2017 December 3rd.rst [new file with mode: 0644]
docs/Advent of Code 2017 December 4th.rst [new file with mode: 0644]
docs/Advent of Code 2017 December 5th.rst [new file with mode: 0644]
docs/Advent of Code 2017 December 6th.rst [new file with mode: 0644]
docs/Generator Programs.rst [new file with mode: 0644]
docs/Hylo-, Ana-, Cata-, and Para-morphisms - Recursion Combinators.rst [new file with mode: 0644]
docs/Newton-Raphson.rst [new file with mode: 0644]
docs/Quadratic.rst [new file with mode: 0644]
docs/Trees.rst [new file with mode: 0644]
docs/Zipper.rst [new file with mode: 0644]
joy/library.py
joy/pribrary.py [deleted file]