Skip to content

Commit c3b46d4

Browse files
authored
Merge pull request #236 from graingert/add-shields
update shields, move them to the top of the readme, and use shields.io for reduced round trips
2 parents 925a236 + 48af2b8 commit c3b46d4

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55
| ' \/ _ \/ _` / -_) '_| ' \| |_ / -_)
66
|_|_|_\___/\__,_\___|_| |_||_|_/__\___|
77

8+
9+
.. image:: https://img.shields.io/coveralls/github/PyCQA/modernize?label=coveralls&logo=coveralls
10+
:alt: Coveralls
11+
:target: https://coveralls.io/github/PyCQA/modernize
12+
.. image:: https://img.shields.io/readthedocs/modernize?logo=read-the-docs
13+
:alt: Read the Docs
14+
:target: https://modernize.readthedocs.io/en/latest/
15+
.. image:: https://img.shields.io/github/workflow/status/PyCQA/modernize/CI?label=GitHub%20Actions&logo=github
16+
:alt: GitHub Actions
17+
:target: https://github.com/PyCQA/modernize
18+
.. image:: https://img.shields.io/pypi/v/modernize?logo=pypi
19+
:alt: PyPI
20+
:target: https://pypi.org/project/modernize/
21+
822
This library is a very thin wrapper around `fissix
923
<https://github.com/jreese/fissix>`_, a fork of lib2to3, to utilize it
1024
to make Python 2 code more modern with the intention of eventually
@@ -29,13 +43,3 @@ Python 2.5 or lower.
2943

3044
See the ``LICENSE`` file for the license of ``modernize``.
3145
Using this tool does not affect licensing of the modernized code.
32-
33-
.. image:: https://readthedocs.org/projects/modernize/badge/
34-
:target: https://readthedocs.org/projects/modernize/?badge=latest
35-
:alt: Documentation Status
36-
37-
.. image:: https://api.travis-ci.org/pycqa/modernize.svg?branch=master
38-
:target: https://travis-ci.org/pycqa/modernize
39-
40-
.. image:: https://coveralls.io/repos/pycqa/modernize/badge.png?branch=master
41-
:target: https://coveralls.io/r/pycqa/modernize?branch=master

0 commit comments

Comments
 (0)