|
4 | 4 |
|
5 | 5 | ______________________________________________________________________
|
6 | 6 |
|
| 7 | +<div align="center"> |
| 8 | + |
7 | 9 | [![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] |
12 | 11 | [![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)** |
13 | 20 |
|
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> |
15 | 22 |
|
16 | 23 | **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.
|
17 | 24 |
|
@@ -459,15 +466,11 @@ If you notice anything unexpected, please open an [issue](https://github.com/pyg
|
459 | 466 | 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).
|
460 | 467 | We are motivated to constantly make PyG even better.
|
461 | 468 |
|
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 |
463 | 470 | [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 |
469 | 474 | [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 |
471 | 476 | [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