[Joypy-announce] [SCM] Thun (joypy) branch, simpler, updated. 7a25eee4813654ecc60efd947c9907e4fdac6d0c

Back to archive index
scmno****@osdn***** scmno****@osdn*****
Fri Sep 16 23:38:13 JST 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "Thun" repository
containing the "joypy" project.

The branch, simpler has been updated
       via  7a25eee4813654ecc60efd947c9907e4fdac6d0c (commit)
       via  b67fc462911e6f2fa5d9645def6c7f5de8a6c79e (commit)
       via  ea52cd7bfb6596c6b1118ef27b46913d83eb42ec (commit)
      from  fe6567fd9e1c26309590c0dd26ecf22a6735b150 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7a25eee4813654ecc60efd947c9907e4fdac6d0c
Author: Simon Forman <sform****@hushm*****>
Date:   Fri Sep 16 07:36:28 2022 -0700

    The (crude) site.
    
    It's funny that I'm using nbconvert, markdown, pandoc, tidy, and of
    course python, all to make a simple static website...
    
    "There's got to be a better way!"

commit b67fc462911e6f2fa5d9645def6c7f5de8a6c79e
Author: Simon Forman <sform****@hushm*****>
Date:   Fri Sep 16 07:35:11 2022 -0700

    Function Reference

commit ea52cd7bfb6596c6b1118ef27b46913d83eb42ec
Author: Simon Forman <sform****@hushm*****>
Date:   Thu Sep 15 19:17:56 2022 -0700

     bits and pieces

-----------------------------------------------------------------------

Summary of changes:
 README.md                                          |     6 +
 docs/Makefile                                      |     4 +-
 docs/html/FR.html                                  |  2605 +++
 docs/html/index.html                               |     7 +-
 .../0._This_Implementation_of_Joy_in_Python.html   | 15444 ++++++++++++
 .../1._Basic_Use_of_Joy_in_a_Notebook.html         | 14947 ++++++++++++
 docs/html/notebooks/2._Library_Examples.html       | 20415 ++++++++++++++++
 docs/html/notebooks/3._Developing_a_Program.html   | 16333 +++++++++++++
 .../Advent_of_Code_2017_December_1st.html          | 15385 ++++++++++++
 .../Advent_of_Code_2017_December_2nd.html          | 16019 +++++++++++++
 .../Advent_of_Code_2017_December_3rd.html          | 16714 +++++++++++++
 .../Advent_of_Code_2017_December_4th.html          | 14794 ++++++++++++
 .../Advent_of_Code_2017_December_5th.html          | 15123 ++++++++++++
 .../Advent_of_Code_2017_December_6th.html          | 15334 ++++++++++++
 docs/html/notebooks/Compiling_Joy.html             | 16287 +++++++++++++
 docs/html/notebooks/Correcet_Programming.html      | 23403 +++++++++++++++++++
 .../Derivatives_of_Regular_Expressions.html        | 16173 +++++++++++++
 docs/html/notebooks/Generator_Programs.html        | 16369 +++++++++++++
 ...and_Para-morphisms_-_Recursion_Combinators.html | 17415 ++++++++++++++
 docs/html/notebooks/Joy-in-Jupyter.html            | 15163 ++++++++++++
 docs/html/notebooks/Multiples-of-3-and-5.html      | 17307 ++++++++++++++
 docs/html/notebooks/Newton-Raphson.html            | 15867 +++++++++++++
 docs/html/notebooks/Ordered_Binary_Trees.html      | 17767 ++++++++++++++
 docs/html/notebooks/Quadratic.html                 | 14938 ++++++++++++
 docs/html/notebooks/Recursion_Combinators.html     | 17224 ++++++++++++++
 docs/html/notebooks/Remove-Function.html           | 15377 ++++++++++++
 docs/html/notebooks/Replacing.html                 | 14885 ++++++++++++
 docs/html/notebooks/Square_Spiral.html             | 16410 +++++++++++++
 docs/html/notebooks/The_Four_Operations.html       | 14958 ++++++++++++
 docs/html/notebooks/Trees.html                     | 18709 +++++++++++++++
 docs/html/notebooks/Treestep.html                  | 16066 +++++++++++++
 docs/html/notebooks/TypeChecking.html              | 15129 ++++++++++++
 docs/html/notebooks/Types.html                     | 20532 ++++++++++++++++
 docs/html/notebooks/Zipper.html                    | 15519 ++++++++++++
 docs/html/notebooks/fun_with_scan.html             | 15241 ++++++++++++
 docs/html/notebooks/index.html                     |    49 +
 docs/html/notebooks/with_sympy.html                | 17278 ++++++++++++++
 docs/notebooks/Makefile                            |    18 +-
 docs/notebooks/build_index.py                      |    53 +
 39 files changed, 531256 insertions(+), 11 deletions(-)
 create mode 100644 docs/html/FR.html
 create mode 100644 docs/html/notebooks/0._This_Implementation_of_Joy_in_Python.html
 create mode 100644 docs/html/notebooks/1._Basic_Use_of_Joy_in_a_Notebook.html
 create mode 100644 docs/html/notebooks/2._Library_Examples.html
 create mode 100644 docs/html/notebooks/3._Developing_a_Program.html
 create mode 100644 docs/html/notebooks/Advent_of_Code_2017_December_1st.html
 create mode 100644 docs/html/notebooks/Advent_of_Code_2017_December_2nd.html
 create mode 100644 docs/html/notebooks/Advent_of_Code_2017_December_3rd.html
 create mode 100644 docs/html/notebooks/Advent_of_Code_2017_December_4th.html
 create mode 100644 docs/html/notebooks/Advent_of_Code_2017_December_5th.html
 create mode 100644 docs/html/notebooks/Advent_of_Code_2017_December_6th.html
 create mode 100644 docs/html/notebooks/Compiling_Joy.html
 create mode 100644 docs/html/notebooks/Correcet_Programming.html
 create mode 100644 docs/html/notebooks/Derivatives_of_Regular_Expressions.html
 create mode 100644 docs/html/notebooks/Generator_Programs.html
 create mode 100644 docs/html/notebooks/Hylo-,_Ana-,_Cata-,_and_Para-morphisms_-_Recursion_Combinators.html
 create mode 100644 docs/html/notebooks/Joy-in-Jupyter.html
 create mode 100644 docs/html/notebooks/Multiples-of-3-and-5.html
 create mode 100644 docs/html/notebooks/Newton-Raphson.html
 create mode 100644 docs/html/notebooks/Ordered_Binary_Trees.html
 create mode 100644 docs/html/notebooks/Quadratic.html
 create mode 100644 docs/html/notebooks/Recursion_Combinators.html
 create mode 100644 docs/html/notebooks/Remove-Function.html
 create mode 100644 docs/html/notebooks/Replacing.html
 create mode 100644 docs/html/notebooks/Square_Spiral.html
 create mode 100644 docs/html/notebooks/The_Four_Operations.html
 create mode 100644 docs/html/notebooks/Trees.html
 create mode 100644 docs/html/notebooks/Treestep.html
 create mode 100644 docs/html/notebooks/TypeChecking.html
 create mode 100644 docs/html/notebooks/Types.html
 create mode 100644 docs/html/notebooks/Zipper.html
 create mode 100644 docs/html/notebooks/fun_with_scan.html
 create mode 100644 docs/html/notebooks/index.html
 create mode 100644 docs/html/notebooks/with_sympy.html
 create mode 100644 docs/notebooks/build_index.py


hooks/post-receive
-- 
Thun (joypy)



More information about the Joypy-announce mailing list
Back to archive index