Skip to content

Commit 4adfcc1

Browse files
pauloxnettim-schilling
authored andcommitted
Align README badges with other jazzband projects
1 parent db07db7 commit 4adfcc1

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

README.rst

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,34 @@
1-
====================
2-
Django Debug Toolbar
3-
====================
1+
=====================================
2+
Django Debug Toolbar |latest-version|
3+
=====================================
44

5-
.. image:: https://jazzband.co/static/img/badge.svg
5+
|jazzband| |build-status| |codecov| |docs| |python-support| |django-support|
6+
7+
.. |latest-version| image:: https://img.shields.io/pypi/v/django-debug-toolbar.svg
8+
:target: https://pypi.python.org/pypi/django-debug-toolbar
9+
:alt: Latest version on PyPI
10+
11+
.. |jazzband| image:: https://jazzband.co/static/img/badge.svg
612
:target: https://jazzband.co/
713
:alt: Jazzband
814

9-
.. image:: https://github.com/jazzband/django-debug-toolbar/workflows/Test/badge.svg
15+
.. |build-status| image:: https://github.com/jazzband/django-debug-toolbar/workflows/Test/badge.svg
1016
:target: https://github.com/jazzband/django-debug-toolbar/actions
1117
:alt: Build Status
1218

13-
.. image:: https://codecov.io/gh/jazzband/django-debug-toolbar/branch/main/graph/badge.svg
19+
.. |codecov| image:: https://codecov.io/gh/jazzband/django-debug-toolbar/branch/main/graph/badge.svg
1420
:target: https://codecov.io/gh/jazzband/django-debug-toolbar
1521
:alt: Test coverage status
1622

17-
.. image:: https://img.shields.io/pypi/pyversions/django-debug-toolbar
23+
.. |docs| image:: https://img.shields.io/readthedocs/django-debug-toolbar/latest.svg
24+
:target: https://readthedocs.org/projects/django-debug-toolbar/
25+
:alt: Documentation status
26+
27+
.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-debug-toolbar
1828
:target: https://pypi.python.org/pypi/django-debug-toolbar
1929
:alt: Supported Python versions
2030

21-
.. image:: https://img.shields.io/pypi/djversions/django-debug-toolbar
31+
.. |django-support| image:: https://img.shields.io/pypi/djversions/django-debug-toolbar
2232
:target: https://pypi.org/project/django-debug-toolbar
2333
:alt: Supported Django versions
2434

0 commit comments

Comments
 (0)