From 918aafb1394ec9e6ffdb5b8470fddc87958dc534 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Fri, 19 Nov 2021 12:45:14 -0800 Subject: [PATCH] Fix omg.svg and try a thing with the formatter. --- .../notebooks/Derivatives_of_Regular_Expressions.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sphinx_docs/notebooks/Derivatives_of_Regular_Expressions.rst b/docs/sphinx_docs/notebooks/Derivatives_of_Regular_Expressions.rst index 29dc9fb..2c0e063 100644 --- a/docs/sphinx_docs/notebooks/Derivatives_of_Regular_Expressions.rst +++ b/docs/sphinx_docs/notebooks/Derivatives_of_Regular_Expressions.rst @@ -76,7 +76,7 @@ E.g.: Implementation -------------- -.. code:: ipython2 +.. code:: python from functools import partial as curry 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.” -.. figure:: attachment:omg.svg - :alt: omg.svg +.. figure:: omg.svg + :alt: State Machine Graph - omg.svg + State Machine Graph Start at ``a`` and follow the transition arrows according to their labels. Accepting states have a double outline. (Graphic generated with