Skip to content

Commit 5656103

Browse files
Enhance README with additional badges and links
Updated README.md to include new badge links and sponsorship information.
1 parent 995db46 commit 5656103

1 file changed

Lines changed: 25 additions & 5 deletions

File tree

README.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
# Quantum Machine Learning
22

3-
[![PyPI version](https://img.shields.io/pypi/v/qml-pennylane.svg)](https://pypi.org/project/qml-pennylane/)
4-
[![Python](https://img.shields.io/pypi/pyversions/qml-pennylane.svg)](https://pypi.org/project/qml-pennylane/)
5-
[![Tests](https://img.shields.io/github/actions/workflow/status/SidRichardsQuantum/Quantum_Machine_Learning/tests.yml?branch=main&label=tests)](https://github.com/SidRichardsQuantum/Quantum_Machine_Learning/actions)
6-
[![License](https://img.shields.io/github/license/SidRichardsQuantum/Quantum_Machine_Learning)](LICENSE)
7-
![datasets](https://img.shields.io/badge/datasets-moons%20|%20circles%20|%20xor%20|%20sine-informational)
3+
<p align="center">
4+
5+
<a href="https://pypi.org/project/qml-pennylane/">
6+
<img src="https://img.shields.io/pypi/v/qml-pennylane?style=flat-square" alt="PyPI Version">
7+
</a>
8+
9+
<a href="https://pypi.org/project/qml-pennylane/">
10+
<img src="https://img.shields.io/pypi/pyversions/qml-pennylane?style=flat-square" alt="Python Versions">
11+
</a>
12+
13+
<a href="https://github.com/SidRichardsQuantum/Quantum_Machine_Learning/actions/workflows/tests.yml">
14+
<img src="https://img.shields.io/github/actions/workflow/status/SidRichardsQuantum/Quantum_Machine_Learning/tests.yml?branch=main&label=tests&style=flat-square" alt="Tests">
15+
</a>
16+
17+
<a href="LICENSE">
18+
<img src="https://img.shields.io/github/license/SidRichardsQuantum/Quantum_Machine_Learning?style=flat-square" alt="License">
19+
</a>
20+
21+
<a href="https://github.com/sponsors/SidRichardsQuantum">
22+
<img src="https://img.shields.io/badge/sponsor-GitHub-ea4aaa?style=flat-square&logo=githubsponsors" alt="Sponsor">
23+
</a>
24+
25+
<img src="https://img.shields.io/badge/datasets-moons%20%7C%20circles%20%7C%20xor%20%7C%20sine-informational?style=flat-square" alt="Datasets">
26+
27+
</p>
828

929
PyPI[https://pypi.org/project/qml-pennylane/](https://pypi.org/project/qml-pennylane/)
1030

0 commit comments

Comments
 (0)