summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-11-04 08:01:14 -0700
committerIan Lee <IanLee1521@gmail.com>2016-11-04 08:01:14 -0700
commit088adfc7f7a4ab52e0bc464aa54ec351e7994eb4 (patch)
tree635423dec7bacceddaff2cee10478e1451735d38 /README.rst
parent2d0b5d95df7f31d5ee7955ff0fceccbd8cad7944 (diff)
downloadpep8-088adfc7f7a4ab52e0bc464aa54ec351e7994eb4.tar.gz
Moved build badges to top of README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index a0335e8..1791f26 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,14 @@
pycodestyle (formerly called pep8) - Python style guide checker
===============================================================
+.. image:: https://img.shields.io/travis/PyCQA/pycodestyle.svg
+ :target: https://travis-ci.org/PyCQA/pycodestyle
+ :alt: Build status
+
+.. image:: https://img.shields.io/pypi/wheel/pycodestyle.svg
+ :target: https://pypi.python.org/pypi/pycodestyle
+ :alt: Wheel Status
+
.. image:: https://badges.gitter.im/PyCQA/pycodestyle.svg
:alt: Join the chat at https://gitter.im/PyCQA/pycodestyle
:target: https://gitter.im/PyCQA/pycodestyle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
@@ -91,14 +99,6 @@ Or you can display how often each error was found::
Links
-----
-.. image:: https://img.shields.io/travis/PyCQA/pycodestyle.svg
- :target: https://travis-ci.org/PyCQA/pycodestyle
- :alt: Build status
-
-.. image:: https://img.shields.io/pypi/wheel/pycodestyle.svg
- :target: https://pypi.python.org/pypi/pycodestyle
- :alt: Wheel Status
-
* `Read the documentation <https://pycodestyle.readthedocs.io/>`_
* `Fork me on GitHub <http://github.com/PyCQA/pycodestyle>`_