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:
@@ -6,13 +6,15 @@
|
||||
Thun Documentation
|
||||
==================
|
||||
|
||||
Hey
|
||||
Hey there!
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
There!
|
||||
stack
|
||||
parser
|
||||
pretty
|
||||
|
||||
.. automodule:: joy.joy
|
||||
:members:
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
Functions, Combinators and Definitions
|
||||
======================================
|
||||
|
||||
|
||||
. . automodule:: joy.library
|
||||
:members:
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
Parsing Text into Joy Expressions
|
||||
=================================
|
||||
|
||||
|
||||
.. automodule:: joy.parser
|
||||
:members:
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
Tracing Joy Execution
|
||||
=====================
|
||||
|
||||
|
||||
.. automodule:: joy.utils.pretty_print
|
||||
:members:
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
Stack or Quote or Sequence or List...
|
||||
=====================================
|
||||
|
||||
|
||||
.. automodule:: joy.utils.stack
|
||||
:members:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user