Editing Sphinx docs.

A lot more still to do but it's coming along.
This commit is contained in:
Simon Forman
2018-04-25 13:35:03 -07:00
parent cfbd9a5182
commit 2887132aeb
7 changed files with 84 additions and 10 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
Examples (and some documentation) for the Words in the Library
==============================================================
Functions Grouped by, er, Function with Examples
------------------------------------------------
.. code:: ipython2
@@ -11,7 +11,7 @@ Stack Chatter
This is what I like to call the functions that just rearrange things on
the stack. (One thing I want to mention is that during a hypothetical
compilation phase these "stack chatter" words effectively disappear,
compilation phase these "stack chatter" words effectively disappear
because we can map the logical stack locations to registers that remain
static for the duration of the computation. This remains to be done but
it's "off the shelf" technology.)
@@ -26,7 +26,7 @@ it's "off the shelf" technology.)
.. parsed-literal::
(nothing)
``dup`` ``dupd``
@@ -682,8 +682,8 @@ Math words
-23 5
pow
~~~
``pow``
~~~~~~~
.. code:: ipython2