Skip to content

Commit 5351341

Browse files
committed
📄 Improve badges
1 parent 9e5e439 commit 5351341

3 files changed

Lines changed: 53 additions & 46 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
![GitHub stars](https://img.shields.io/github/stars/PLAID-lib/plaid?style=social)
2-
[![CI Status](https://github.com/PLAID-lib/plaid/actions/workflows/testing.yml/badge.svg)](https://github.com/PLAID-lib/plaid/actions/workflows/testing.yml)
3-
[![codecov](https://codecov.io/gh/plaid-lib/plaid/branch/main/graph/badge.svg)](https://app.codecov.io/gh/plaid-lib/plaid/tree/main?search=&displayType=list)
4-
[![License](https://anaconda.org/conda-forge/plaid/badges/license.svg)](https://github.com/PLAID-lib/plaid/blob/main/LICENSE.txt)
5-
[![Documentation Status](https://readthedocs.org/projects/plaid-lib/badge/?version=latest)](https://plaid-lib.readthedocs.io/en/latest/?badge=latest)
6-
[![Conda Version](https://anaconda.org/conda-forge/plaid/badges/version.svg)](https://anaconda.org/conda-forge/plaid)
7-
[![Conda Release Date](https://anaconda.org/conda-forge/plaid/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/plaid)
8-
[![Conda Platforms](https://anaconda.org/conda-forge/plaid/badges/platforms.svg)](https://anaconda.org/conda-forge/plaid)
9-
[![Conda Downloads](https://anaconda.org/conda-forge/plaid/badges/downloads.svg)](https://anaconda.org/conda-forge/plaid)
10-
<!-- ![Python Version](https://img.shields.io/pypi/pyversions/plaid-lib)
11-
[![PyPI Version](https://img.shields.io/pypi/v/plaid-lib)](https://pypi.org/project/plaid-lib/)
12-
[![codecov](https://codecov.io/gh/PLAID-lib/plaid/branch/main/graph/badge.svg)](https://codecov.io/gh/PLAID-lib/plaid) -->
1+
<div align="center">
2+
<img src="https://plaid-lib.github.io/assets/images/PLAID-large-logo.png" width="300">
3+
</div>
4+
5+
| | |
6+
| --- | --- |
7+
| Testing | [![CI Status](https://github.com/PLAID-lib/plaid/actions/workflows/testing.yml/badge.svg)](https://github.com/PLAID-lib/plaid/actions/workflows/testing.yml) [![Documentation Status](https://readthedocs.org/projects/plaid-lib/badge/?version=latest)](https://plaid-lib.readthedocs.io/en/latest/?badge=latest) [![Coverage](https://codecov.io/gh/plaid-lib/plaid/branch/main/graph/badge.svg)](https://app.codecov.io/gh/plaid-lib/plaid/tree/main?search=&displayType=list) ![Last Commit](https://img.shields.io/github/last-commit/PLAID-lib/plaid/main) |
8+
| Package | [![PyPI Latest Release](https://img.shields.io/pypi/v/pyplaid.svg)](https://pypi.org/project/pyplaid/) [![Conda Latest Release](https://anaconda.org/conda-forge/plaid/badges/version.svg)](https://anaconda.org/conda-forge/plaid) ![Platform](https://img.shields.io/badge/platform-any-blue) ![Python Version](https://img.shields.io/pypi/pyversions/pyplaid) [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/plaid.svg?label=Conda%20downloads)](https://anaconda.org/conda-forge/plaid) |
9+
| Meta | [![License - BSD 3-Clause](https://anaconda.org/conda-forge/plaid/badges/license.svg)](https://github.com/PLAID-lib/plaid/blob/main/LICENSE.txt) ![GitHub stars](https://img.shields.io/github/stars/PLAID-lib/plaid?style=social) |
10+
11+
<!-- [![PyPI Downloads](https://img.shields.io/pypi/dm/pyplaid.svg?label=PyPI%20downloads)](https://pypi.org/project/pyplaid/) -->
12+
<!-- [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3509134.svg)](https://doi.org/10.5281/zenodo.3509134) -->
1313

1414

1515
# Physics Learning AI Datamodel (PLAID)

docs/index.rst

Lines changed: 40 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,50 @@
66
PLAID documentation
77
===================
88

9-
.. ![GitHub stars](https://img.shields.io/github/stars/PLAID-lib/plaid?style=social)
10-
.. [![CI Status](https://github.com/PLAID-lib/plaid/actions/workflows/testing.yml/badge.svg)](https://github.com/PLAID-lib/plaid/actions/workflows/testing.yml)
11-
.. [![codecov](https://codecov.io/gh/plaid-lib/plaid/branch/main/graph/badge.svg)](https://app.codecov.io/gh/plaid-lib/plaid/tree/main)
12-
.. [![License](https://anaconda.org/conda-forge/plaid/badges/license.svg)](https://github.com/PLAID-lib/plaid/blob/main/LICENSE.txt)
13-
.. [![Documentation Status](https://readthedocs.org/projects/plaid-lib/badge/?version=latest)](https://plaid-lib.readthedocs.io/en/latest/?badge=latest)
14-
.. [![Conda Version](https://anaconda.org/conda-forge/plaid/badges/version.svg)](https://anaconda.org/conda-forge/plaid)
15-
.. [![Conda Release Date](https://anaconda.org/conda-forge/plaid/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/plaid)
16-
.. [![Conda Platforms](https://anaconda.org/conda-forge/plaid/badges/platforms.svg)](https://anaconda.org/conda-forge/plaid)
17-
.. [![Conda Downloads](https://anaconda.org/conda-forge/plaid/badges/downloads.svg)](https://anaconda.org/conda-forge/plaid)
18-
19-
.. image:: https://img.shields.io/github/stars/PLAID-lib/plaid?style=social
20-
:target: https://github.com/PLAID-lib/plaid
21-
:alt: GitHub Stars
22-
.. image:: https://github.com/PLAID-lib/plaid/actions/workflows/testing.yml/badge.svg
9+
.. image:: https://plaid-lib.github.io/assets/images/PLAID-large-logo.png
10+
:align: center
11+
:width: 300px
12+
13+
+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
14+
| **Testing** | |CI Status| |Docs| |Coverage| |Last Commit| |
15+
+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
16+
| **Package** | |PyPI Version| |Conda Version| |Platform| |Python Version| |Conda Downloads| |
17+
+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
18+
| **Meta** | |License| |GitHub Stars| |
19+
+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
20+
21+
.. |CI Status| image:: https://github.com/PLAID-lib/plaid/actions/workflows/testing.yml/badge.svg
2322
:target: https://github.com/PLAID-lib/plaid/actions/workflows/testing.yml
24-
:alt: CI Status
25-
.. image:: https://codecov.io/gh/plaid-lib/plaid/branch/main/graph/badge.svg
26-
:target: https://app.codecov.io/gh/plaid-lib/plaid/tree/main?search=&displayType=list
27-
:alt: codecov
28-
.. image:: https://anaconda.org/conda-forge/plaid/badges/license.svg
29-
:target: https://github.com/PLAID-lib/plaid/blob/main/LICENSE.txt
30-
:alt: License
31-
.. image:: https://readthedocs.org/projects/plaid-lib/badge/?version=latest
23+
24+
.. |Docs| image:: https://readthedocs.org/projects/plaid-lib/badge/?version=latest
3225
:target: https://plaid-lib.readthedocs.io/en/latest/?badge=latest
33-
:alt: Docs Status
34-
.. image:: https://anaconda.org/conda-forge/plaid/badges/version.svg
35-
:target: https://anaconda.org/conda-forge/plaid
36-
:alt: Conda Version
37-
.. image:: https://anaconda.org/conda-forge/plaid/badges/latest_release_date.svg
38-
:target: https://anaconda.org/conda-forge/plaid
39-
:alt: Conda Release Date
40-
.. image:: https://anaconda.org/conda-forge/plaid/badges/platforms.svg
26+
27+
.. |Coverage| image:: https://codecov.io/gh/plaid-lib/plaid/branch/main/graph/badge.svg
28+
:target: https://app.codecov.io/gh/plaid-lib/plaid/tree/main
29+
30+
.. |Last Commit| image:: https://img.shields.io/github/last-commit/PLAID-lib/plaid/main
31+
:target: https://github.com/PLAID-lib/plaid
32+
33+
.. |PyPI| image:: https://img.shields.io/pypi/v/pyplaid.svg
34+
:target: https://pypi.org/project/pyplaid/
35+
36+
.. |Conda| image:: https://anaconda.org/conda-forge/plaid/badges/version.svg
4137
:target: https://anaconda.org/conda-forge/plaid
42-
:alt: Conda Platforms
43-
.. image:: https://anaconda.org/conda-forge/plaid/badges/downloads.svg
38+
39+
.. |Platform| image:: https://img.shields.io/badge/platform-any-blue
40+
:target: https://github.com/PLAID-lib/plaid
41+
42+
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/pyplaid
43+
:target: https://github.com/PLAID-lib/plaid
44+
45+
.. |Conda Downloads| image:: https://img.shields.io/conda/dn/conda-forge/plaid.svg?label=Conda%20downloads
4446
:target: https://anaconda.org/conda-forge/plaid
45-
:alt: Conda Downloads
47+
48+
.. |License| image:: https://anaconda.org/conda-forge/plaid/badges/license.svg
49+
:target: https://github.com/PLAID-lib/plaid/blob/main/LICENSE.txt
50+
51+
.. |GitHub Stars| image:: https://img.shields.io/github/stars/PLAID-lib/plaid?style=social
52+
:target: https://github.com/PLAID-lib/plaid
4653

4754

4855
PLAID (Physics Learning AI Datamodel) is a library proposing an implementation for a datamodel tailored for AI and ML learning of physics problems.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dynamic = ["version"]
4545
write_to = "src/plaid/_version.py"
4646

4747
[project.urls]
48-
homepage = "https://github.com/PLAID-lib/plaid"
48+
homepage = "https://plaid-lib.github.io"
4949
documentation = "https://plaid-lib.readthedocs.io"
5050
repository = "https://github.com/PLAID-lib/plaid"
5151

0 commit comments

Comments
 (0)