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:
@@ -64,6 +64,12 @@ from .utils.pretty_print import TracePrinter
|
||||
def joy(stack, expression, dictionary, viewer=None):
|
||||
'''
|
||||
Evaluate the Joy expression on the stack.
|
||||
|
||||
:param quote stack: The stack.
|
||||
:param quote expression: The expression to evaluate.
|
||||
:param dict dictionary: A `dict` mapping names to Joy functions.
|
||||
:param function viewer: Optional viewer function.
|
||||
|
||||
'''
|
||||
while expression:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user