Sphinx docs coming along.

It's so pretty!  Make me want to write more docs.  :-)

Some weird bug parsing the library.py module though.  D'oh!
This commit is contained in:
Simon Forman
2018-04-22 22:44:49 -07:00
parent 2d617a2588
commit 93b35593d4
9 changed files with 127 additions and 75 deletions
+4 -2
View File
@@ -6,13 +6,15 @@
Thun Documentation
==================
Hey
Hey there!
.. toctree::
:maxdepth: 2
:caption: Contents:
There!
stack
parser
pretty
.. automodule:: joy.joy
:members:
+9
View File
@@ -0,0 +1,9 @@
Functions, Combinators and Definitions
======================================
. . automodule:: joy.library
:members:
+9
View File
@@ -0,0 +1,9 @@
Parsing Text into Joy Expressions
=================================
.. automodule:: joy.parser
:members:
+9
View File
@@ -0,0 +1,9 @@
Tracing Joy Execution
=====================
.. automodule:: joy.utils.pretty_print
:members:
+9
View File
@@ -0,0 +1,9 @@
Stack or Quote or Sequence or List...
=====================================
.. automodule:: joy.utils.stack
:members: