|
2 | 2 | Django Readonly Field |
3 | 3 | ============================= |
4 | 4 |
|
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 |
6 | 8 | :target: https://pypi.org/pypi/django-readonly-field |
7 | 9 | :alt: Deployed to PyPI |
8 | 10 |
|
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 |
10 | 12 | :target: https://pypi.org/pypi/django-readonly-field |
11 | 13 | :alt: Python library |
12 | 14 |
|
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 |
14 | 16 | :target: https://github.com/botify-labs/django-readonly-field/ |
15 | 17 | :alt: GitHub Repository |
16 | 18 |
|
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 |
18 | 20 | :target: https://github.com/botify-labs/django-readonly-field/actions?workflow=CI |
19 | 21 | :alt: Continuous Integration |
20 | 22 |
|
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 |
22 | 24 | :target: https://django-readonly-field.readthedocs.io/ |
23 | 25 | :alt: Documentation |
24 | 26 |
|
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 |
26 | 28 | :target: https://github.com/botify-labs/django-readonly-field/tree/python-coverage-comment-action-data |
27 | 29 | :alt: Coverage |
28 | 30 |
|
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 |
30 | 32 | :target: https://github.com/botify-labs/django-readonly-field/blob/master/LICENSE |
31 | 33 | :alt: MIT License |
32 | 34 |
|
|
0 commit comments