Skip to content

Commit c1fc2c9

Browse files
RD: force centered badges
1 parent 6a432b5 commit c1fc2c9

1 file changed

Lines changed: 34 additions & 21 deletions

File tree

README.rst

Lines changed: 34 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,49 @@
55
<img
66
src="https://www.predsci.com/corona/apr2024eclipse/images/psi_logo.png"
77
alt="Predictive Science Inc. logo"
8-
width="50"
8+
width="50px"
99
/>
1010
</a>
11-
<span style="font-size: 2em; font-weight: bold;">mapflpy</span>
11+
<span style="font-size: 40px; font-weight: bold;">mapflpy</span>
1212
</p>
1313

14-
.. image:: https://img.shields.io/pypi/v/mapflpy?logo=pypi&logoColor=white
15-
:target: https://pypi.org/project/mapflpy
16-
:align: center
14+
<p style="text-align: center;">
15+
<a href="https://pypi.org/project/mapflpy">
16+
<img src="https://img.shields.io/pypi/v/mapflpy?logo=pypi&logoColor=white" alt="PyPI">
17+
</a>
18+
</p>
1719

18-
.. image:: https://img.shields.io/pypi/pyversions/mapflpy.svg?logo=python&label=python&logoColor=white
19-
:target: https://pypi.org/project/mapflpy
20-
:align: center
20+
<p style="text-align: center;">
21+
<a href="https://pypi.org/project/mapflpy">
22+
<img src="https://img.shields.io/pypi/pyversions/mapflpy.svg?logo=python&label=python&logoColor=white" alt="Python versions">
23+
</a>
24+
</p>
25+
26+
<p style="text-align: center;">
27+
<a href="https://opensource.org/license/apache-2-0/">
28+
<img src="https://img.shields.io/pypi/l/mapflpy?logo=apache&logoColor=white" alt="License">
29+
</a>
30+
</p>
2131

22-
.. image:: https://img.shields.io/pypi/l/mapflpy?logo=apache&logoColor=white
23-
:target: https://opensource.org/license/apache-2-0/
24-
:align: center
32+
<p style="text-align: center;">
33+
<a href="https://github.com/predsci/mapflpy/blob/main/pyproject.toml">
34+
<img src="https://img.shields.io/librariesio/github/predsci/mapflpy?logo=Libraries.io&logoColor=white" alt="Libraries.io status">
35+
</a>
36+
</p>
2537

26-
.. image:: https://img.shields.io/librariesio/github/predsci/mapflpy?logo=Libraries.io&logoColor=white
27-
:target: https://github.com/predsci/mapflpy/blob/main/pyproject.toml
28-
:alt: Libraries.io dependency status for GitHub repo
29-
:align: center
38+
<p style="text-align: center;">
39+
<a href="https://github.com/predsci/mapflpy/actions/workflows/publish.yml">
40+
<img src="https://github.com/predsci/mapflpy/actions/workflows/publish.yml/badge.svg" alt="Publish workflow">
41+
</a>
42+
</p>
3043

31-
.. image:: https://github.com/predsci/mapflpy/actions/workflows/publish.yml/badge.svg
32-
:target: https://github.com/predsci/mapflpy/actions/workflows/publish.yml
33-
:align: center
44+
<p style="text-align: center;">
45+
<a href="https://predsci.com/doc/mapflpy">
46+
<img src="https://github.com/predsci/mapflpy/actions/workflows/docs.yml/badge.svg" alt="Docs workflow">
47+
</a>
48+
</p>
3449

35-
.. image:: https://github.com/predsci/mapflpy/actions/workflows/docs.yml/badge.svg
36-
:target: https://predsci.com/doc/mapflpy
37-
:align: center
50+
----
3851

3952
----
4053

0 commit comments

Comments
 (0)