diff --git a/README.rst b/README.rst index 2fb5092bcf0ffa8fb1bd3bf1da5a9e16623f9a08..6f6cb1ccf0a21b1eb0f97c5491d4fbf1fcbe686c 100644 --- a/README.rst +++ b/README.rst @@ -103,7 +103,7 @@ To debug your grammar set :code:`debug` parameter to :code:`True`. A verbose deb Here is an image rendered using graphviz of parser model for 'calc' grammar. .. image:: https://raw.githubusercontent.com/igordejanovic/Arpeggio/master/docs/images/calc_parser_model.dot.png - :scale: 50% + :height: 100px And here is an image rendered for parse tree for the above parsed calc expression.