summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-08-30 13:59:06 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2015-08-30 13:59:06 -0700
commitd803f360f8692ecd5354cce94c17a1f4ab0168ff (patch)
tree8c24237de75be4e9210fda5d8f63aba1980dfa25 /README.rst
parent1b7dec98cb297fd430f39e61c8c0068fbfad3bd2 (diff)
downloadisort-d803f360f8692ecd5354cce94c17a1f4ab0168ff.tar.gz
Add example gif
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index e7d0a1f7..e001f24f 100644
--- a/README.rst
+++ b/README.rst
@@ -31,6 +31,9 @@ isort is a Python utility / library to sort imports alphabetically, and automati
It provides a command line utility, Python library and `plugins for various editors <https://github.com/timothycrosley/isort/wiki/isort-Plugins>`_ to quickly sort all your imports.
It currently cleanly supports Python 2.6 - 3.5 using `pies <https://github.com/timothycrosley/pies>`_ to achieve this without ugly hacks and/or py2to3.
+.. image:: https://raw.github.com/timothycrosley/isort/develop/example.gif
+ :alt: Example Usage
+
Before isort:
.. code-block:: python