diff --git a/README.rst b/README.rst index 500d7d2..dc95aad 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,8 @@ parso - A Python Parser :target: https://coveralls.io/r/davidhalter/parso :alt: Coverage Status +.. image:: https://raw.githubusercontent.com/davidhalter/parso/master/docs/_static/logo_characters.png + :width: 500 px Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able diff --git a/docs/_static/logo_characters.png b/docs/_static/logo_characters.png new file mode 100644 index 0000000..c2387ec Binary files /dev/null and b/docs/_static/logo_characters.png differ