Rebuild docs with Python 3 and Sphinx 3.0.2.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
# ~~Cerrect~~
|
||||
|
||||
# ~~Corroct~~
|
||||
@@ -3631,6 +3630,21 @@ each_way(E, 'a0')
|
||||
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
each_way(E, 'WRITE')
|
||||
```
|
||||
@@ -3678,6 +3692,11 @@ simplify(each_way(E, 'WRITE'), with_mark='WRITE')
|
||||
|
||||
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
, Sorting Networks for routing, more basic functions.
|
||||
|
||||
Eventually: Orchestration with Joy.
|
||||
@@ -4038,6 +4057,36 @@ But it's only about 1/9th of size of the previous version (which was 9261.)
|
||||
len(str(sum3))
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
Let's simplify the first one manually just for fun:
|
||||
|
||||
(((((())) (())) ((()))))
|
||||
@@ -4051,6 +4100,11 @@ Sure enough, it reduces to Mark after just a few applications of the rule `(())
|
||||
( )
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
C = F((a, b))
|
||||
for form in (A, B, C):
|
||||
@@ -4059,6 +4113,21 @@ for form in (A, B, C):
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
print A
|
||||
Aa = simplify(A, {a})
|
||||
@@ -4091,6 +4160,26 @@ print a, c, Aac
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
from collections import Counter
|
||||
|
||||
@@ -4149,6 +4238,11 @@ s7 = sum7
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
def super_simple(form):
|
||||
return to_fixed_point(form, simplify)
|
||||
@@ -4172,9 +4266,44 @@ s7 = sum7
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
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))
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user