Rebuild docs with Python 3 and Sphinx 3.0.2.

This commit is contained in:
Simon Forman
2020-04-28 15:37:49 -07:00
parent 176e427116
commit 7f6fcf6e09
150 changed files with 51415 additions and 41305 deletions
+26 -1
View File
@@ -1,4 +1,3 @@
[STRIKEOUT:Cerrect]
===================
@@ -3968,6 +3967,9 @@ on the -per-location-predicate.
.. code:: ipython2
each_way(E, 'WRITE')
@@ -4020,6 +4022,7 @@ on the -per-location-predicate.
, Sorting Networks for routing, more basic functions.
Eventually: Orchestration with Joy.
@@ -4454,6 +4457,12 @@ But it's only about 1/9th of size of the previous version (which was
len(str(sum3))
Let's simplify the first one manually just for fun:
::
@@ -4473,6 +4482,7 @@ original expression:
(( ) )( )
( )
.. code:: ipython2
C = F((a, b))
@@ -4480,6 +4490,9 @@ original expression:
arth = reify(form, env)
print form, u'⟶', arth, u'⟶', value_of(arth)
.. code:: ipython2
print A
@@ -4508,6 +4521,10 @@ original expression:
Aac = simplify(Aa, {c})
print a, c, Aac
.. code:: ipython2
from collections import Counter
@@ -4560,6 +4577,7 @@ Let's try using ``each_way()`` with the most common names in the form.
# print len(str(s7))
.. code:: ipython2
def super_simple(form):
@@ -4580,9 +4598,16 @@ Let's try using ``each_way()`` with the most common names in the form.
# print len(str(s7))
.. code:: ipython2
print ' '.join(name[:2] for name in sorted(R))
for _ in range(20):
print format_env(R), '=', b_register(R)
R.update(cycle(P, R))