We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde2aad commit 7d514d3Copy full SHA for 7d514d3
README.rst
@@ -1,11 +1,13 @@
1
-|ImageLink|_
2
-
3
-.. |ImageLink| image:: https://travis-ci.org/bpython/bpython.svg?branch=master
4
-.. _ImageLink: https://travis-ci.org/bpython/bpython
+.. image:: https://travis-ci.org/bpython/bpython.svg?branch=master
+ :target: https://travis-ci.org/bpython/bpython
5
6
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
7
:target: https://github.com/ambv/black
8
+.. image:: https://img.shields.io/pypi/v/bpython
+ :target: https://pypi.org/project/bpython
9
+
10
11
***********************************************************************
12
bpython: A fancy curses interface to the Python interactive interpreter
13
0 commit comments