From 8326a6568efce9c26f422b1739774f13172a05ed Mon Sep 17 00:00:00 2001 From: Rustem Sayargaliev Date: Thu, 13 Oct 2016 20:58:08 +0200 Subject: [PATCH] Fixed #3 -- fixed broken rst display in pypi --- README.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 502ffd9..30637fb 100644 --- a/README.rst +++ b/README.rst @@ -51,18 +51,9 @@ See this `example script`_ and the `shell script`_. .. _example script: example.py -.. literalinclude:: example.py - :language: python3 - :linenos: - - .. _shell script: example.sh -.. literalinclude:: example.sh - :language: bash - :linenos: - -:: +.. code-block:: python3 $ ./example.py Usage: example.py [OPTIONS] COMMAND [ARGS]...