Skip to content

Commit e061799

Browse files
Revise README badges and links (#10462)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 857709d commit e061799

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@
44

55
______________________________________________________________________
66

7+
<div align="center">
8+
79
[![PyPI Version][pypi-image]][pypi-url]
8-
[![Testing Status][testing-image]][testing-url]
9-
[![Linting Status][linting-image]][linting-url]
10-
[![Docs Status][docs-image]][docs-url]
11-
[![Contributing][contributing-image]][contributing-url]
10+
[![PyPI Download][pypi-download-image]][pypi-download-url]
1211
[![Slack][slack-image]][slack-url]
12+
[![Contributing][contributing-image]][contributing-url]
13+
14+
**[Documentation](https://pytorch-geometric.readthedocs.io)** |
15+
**[PyG 1.0 Paper](https://arxiv.org/abs/1903.02428)** |
16+
**[PyG 2.0 Paper](https://arxiv.org/abs/2507.16991)** |
17+
**[Colab Notebooks](https://pytorch-geometric.readthedocs.io/en/latest/get_started/colabs.html)** |
18+
**[External Resources](https://pytorch-geometric.readthedocs.io/en/latest/external/resources.html)** |
19+
**[OGB Examples](https://github.com/snap-stanford/ogb/tree/master/examples)**
1320

14-
**[Documentation](https://pytorch-geometric.readthedocs.io)** | **[PyG 1.0 Paper](https://arxiv.org/abs/1903.02428)** | **[PyG 2.0 Paper](https://arxiv.org/abs/2507.16991)** | **[Colab Notebooks](https://pytorch-geometric.readthedocs.io/en/latest/get_started/colabs.html)** | **[External Resources](https://pytorch-geometric.readthedocs.io/en/latest/external/resources.html)** | **[OGB Examples](https://github.com/snap-stanford/ogb/tree/master/examples)**
21+
</div>
1522

1623
**PyG** *(PyTorch Geometric)* is a library built upon [PyTorch](https://pytorch.org/) to easily write and train Graph Neural Networks (GNNs) for a wide range of applications related to structured data.
1724

@@ -459,15 +466,11 @@ If you notice anything unexpected, please open an [issue](https://github.com/pyg
459466
If you have any questions or are missing a specific feature, feel free [to discuss them with us](https://github.com/pyg-team/pytorch_geometric/discussions).
460467
We are motivated to constantly make PyG even better.
461468

462-
[contributing-image]: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
469+
[contributing-image]: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&color=4B26A4
463470
[contributing-url]: https://github.com/pyg-team/pytorch_geometric/blob/master/.github/CONTRIBUTING.md
464-
[docs-image]: https://readthedocs.org/projects/pytorch-geometric/badge/?version=latest
465-
[docs-url]: https://pytorch-geometric.readthedocs.io/en/latest
466-
[linting-image]: https://github.com/pyg-team/pytorch_geometric/actions/workflows/linting.yml/badge.svg
467-
[linting-url]: https://github.com/pyg-team/pytorch_geometric/actions/workflows/linting.yml
468-
[pypi-image]: https://badge.fury.io/py/torch-geometric.svg
471+
[pypi-download-image]: https://img.shields.io/pypi/dm/torch_geometric?color=4B26A4
472+
[pypi-download-url]: https://pepy.tech/projects/torch_geometric
473+
[pypi-image]: https://img.shields.io/pypi/pyversions/torch-geometric?color=4B26A4
469474
[pypi-url]: https://pypi.python.org/pypi/torch-geometric
470-
[slack-image]: https://img.shields.io/badge/slack-pyg-brightgreen
475+
[slack-image]: https://img.shields.io/badge/slack-join-white.svg?logo=slack&color=4B26A4
471476
[slack-url]: https://data.pyg.org/slack.html
472-
[testing-image]: https://github.com/pyg-team/pytorch_geometric/actions/workflows/testing.yml/badge.svg
473-
[testing-url]: https://github.com/pyg-team/pytorch_geometric/actions/workflows/testing.yml

0 commit comments

Comments
 (0)