Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit a4d9322

Browse files
authored
Merge pull request #10 from amureki/issues/3/broken_readme
Fixed #3 -- fixed broken rst display in pypi
2 parents 4e3fcd8 + 8326a65 commit a4d9322

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,9 @@ See this `example script`_ and the `shell script`_.
5151

5252
.. _example script: example.py
5353

54-
.. literalinclude:: example.py
55-
:language: python3
56-
:linenos:
57-
58-
5954
.. _shell script: example.sh
6055

61-
.. literalinclude:: example.sh
62-
:language: bash
63-
:linenos:
64-
65-
::
56+
.. code-block:: python3
6657
6758
$ ./example.py
6859
Usage: example.py [OPTIONS] COMMAND [ARGS]...

0 commit comments

Comments
 (0)