summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2014-03-07 22:49:59 +0100
committerMartin Matusiak <numerodix@gmail.com>2014-03-07 22:49:59 +0100
commita54273e2d07f279dbe06dd11b802f0cfc466a659 (patch)
treead82cfd4e8ea920e749047bfdaf831005c08af7d
parente6952d6c197c12e9cdaa5ccf9832963324a54ab1 (diff)
downloadansicolor-a54273e2d07f279dbe06dd11b802f0cfc466a659.tar.gz
convert readme to rst
-rw-r--r--README.md14
-rw-r--r--README.rst19
2 files changed, 19 insertions, 14 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index d568e5e..0000000
--- a/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-ansicolor
-=========
-
-[![Latest Version](https://pypip.in/v/ansicolor/badge.png)](https://pypi.python.org/pypi/ansicolor/)
-[![Build Status](https://travis-ci.org/numerodix/ansicolor.png?branch=master)](https://travis-ci.org/numerodix/ansicolor)
-[![Wheel Status](https://pypip.in/wheel/ansicolor/badge.png)](https://pypi.python.org/pypi/ansicolor/)
-
-
-Installation
-------------
-
-```bash
-$ pip install ansicolor
-```
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..65c5958
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,19 @@
+ansicolor
+=========
+
+.. image:: https://pypip.in/v/ansicolor/badge.png
+ :target: https://pypi.python.org/pypi/ansicolor/
+
+.. image:: https://travis-ci.org/numerodix/ansicolor.png?branch=master
+ :target: https://travis-ci.org/numerodix/ansicolor
+
+.. image:: https://pypip.in/wheel/ansicolor/badge.png
+ :target: https://pypi.python.org/pypi/ansicolor/
+
+
+Installation
+------------
+
+.. code:: bash
+
+ $ pip install ansicolor