Fix omg.svg and try a thing with the formatter.
This commit is contained in:
parent
a7ce65de19
commit
918aafb139
|
|
@ -76,7 +76,7 @@ E.g.:
|
||||||
Implementation
|
Implementation
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
.. code:: ipython2
|
.. code:: python
|
||||||
|
|
||||||
from functools import partial as curry
|
from functools import partial as curry
|
||||||
from itertools import product
|
from itertools import product
|
||||||
|
|
@ -533,10 +533,10 @@ machine transition table.
|
||||||
|
|
||||||
Says, “Three or more 1’s and not ending in 01 nor composed of all 1’s.”
|
Says, “Three or more 1’s and not ending in 01 nor composed of all 1’s.”
|
||||||
|
|
||||||
.. figure:: attachment:omg.svg
|
.. figure:: omg.svg
|
||||||
:alt: omg.svg
|
:alt: State Machine Graph
|
||||||
|
|
||||||
omg.svg
|
State Machine Graph
|
||||||
|
|
||||||
Start at ``a`` and follow the transition arrows according to their
|
Start at ``a`` and follow the transition arrows according to their
|
||||||
labels. Accepting states have a double outline. (Graphic generated with
|
labels. Accepting states have a double outline. (Graphic generated with
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue