Skip to content

Commit b6549a4

Browse files
authored
Merge pull request #11 from botify-labs/align-badges
2 parents a4ff2c7 + 8b708a9 commit b6549a4

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,33 @@
22
Django Readonly Field
33
=============================
44

5-
.. image:: https://img.shields.io/pypi/v/django-readonly-field?logo=pypi&logoColor=white
5+
|pypi| |version| |github| |ci| |doc| |cov| |license|
6+
7+
.. |pypi| image:: https://img.shields.io/pypi/v/django-readonly-field?logo=pypi&logoColor=white
68
:target: https://pypi.org/pypi/django-readonly-field
79
:alt: Deployed to PyPI
810

9-
.. image:: https://img.shields.io/pypi/pyversions/django-readonly-field?logo=pypi&logoColor=white
11+
.. |version| image:: https://img.shields.io/pypi/pyversions/django-readonly-field?logo=pypi&logoColor=white
1012
:target: https://pypi.org/pypi/django-readonly-field
1113
:alt: Python library
1214

13-
.. image:: https://img.shields.io/github/stars/botify-labs/django-readonly-field?logo=github
15+
.. |github| image:: https://img.shields.io/github/stars/botify-labs/django-readonly-field?logo=github
1416
:target: https://github.com/botify-labs/django-readonly-field/
1517
:alt: GitHub Repository
1618

17-
.. image:: https://img.shields.io/github/actions/workflow/status/botify-labs/django-readonly-field/ci.yml?logo=github&branch=main
19+
.. |ci| image:: https://img.shields.io/github/actions/workflow/status/botify-labs/django-readonly-field/ci.yml?logo=github&branch=main
1820
:target: https://github.com/botify-labs/django-readonly-field/actions?workflow=CI
1921
:alt: Continuous Integration
2022

21-
.. image:: https://img.shields.io/readthedocs/django-readonly-field/stable?logo=read-the-docs&logoColor=white
23+
.. |doc| image:: https://img.shields.io/readthedocs/django-readonly-field/stable?logo=read-the-docs&logoColor=white
2224
:target: https://django-readonly-field.readthedocs.io/
2325
:alt: Documentation
2426

25-
.. image:: https://raw.githubusercontent.com/botify-labs/django-readonly-field/python-coverage-comment-action-data/badge.svg
27+
.. |cov| image:: https://raw.githubusercontent.com/botify-labs/django-readonly-field/python-coverage-comment-action-data/badge.svg
2628
:target: https://github.com/botify-labs/django-readonly-field/tree/python-coverage-comment-action-data
2729
:alt: Coverage
2830

29-
.. image:: https://img.shields.io/github/license/botify-labs/django-readonly-field?logo=open-source-initiative&logoColor=white
31+
.. |license| image:: https://img.shields.io/github/license/botify-labs/django-readonly-field?logo=open-source-initiative&logoColor=white
3032
:target: https://github.com/botify-labs/django-readonly-field/blob/master/LICENSE
3133
:alt: MIT License
3234

0 commit comments

Comments
 (0)