Skip to content

Commit 163b268

Browse files
authored
Merge pull request #580 from andrewm4894/patch-1
make readme badges be on one line
2 parents 6a7480e + 2fb0918 commit 163b268

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.rst

+13-11
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,57 @@ Python Outlier Detection (PyOD)
33

44
**Deployment & Documentation & Stats & License**
55

6-
.. image:: https://img.shields.io/pypi/v/pyod.svg?color=brightgreen
6+
|badge_pypi| |badge_anaconda| |badge_docs| |badge_stars| |badge_forks| |badge_downloads| |badge_testing| |badge_coverage| |badge_maintainability| |badge_licence| |badge_benchmark|
7+
8+
.. |badge_pypi| image:: https://img.shields.io/pypi/v/pyod.svg?color=brightgreen
79
:target: https://pypi.org/project/pyod/
810
:alt: PyPI version
911

1012

11-
.. image:: https://anaconda.org/conda-forge/pyod/badges/version.svg
13+
.. |badge_anaconda| image:: https://anaconda.org/conda-forge/pyod/badges/version.svg
1214
:target: https://anaconda.org/conda-forge/pyod
1315
:alt: Anaconda version
1416

1517

16-
.. image:: https://readthedocs.org/projects/pyod/badge/?version=latest
18+
.. |badge_docs| image:: https://readthedocs.org/projects/pyod/badge/?version=latest
1719
:target: https://pyod.readthedocs.io/en/latest/?badge=latest
1820
:alt: Documentation status
1921

2022

21-
.. image:: https://img.shields.io/github/stars/yzhao062/pyod.svg
23+
.. |badge_stars| image:: https://img.shields.io/github/stars/yzhao062/pyod.svg
2224
:target: https://github.com/yzhao062/pyod/stargazers
2325
:alt: GitHub stars
2426

2527

26-
.. image:: https://img.shields.io/github/forks/yzhao062/pyod.svg?color=blue
28+
.. |badge_forks| image:: https://img.shields.io/github/forks/yzhao062/pyod.svg?color=blue
2729
:target: https://github.com/yzhao062/pyod/network
2830
:alt: GitHub forks
2931

3032

31-
.. image:: https://pepy.tech/badge/pyod
33+
.. |badge_downloads| image:: https://pepy.tech/badge/pyod
3234
:target: https://pepy.tech/project/pyod
3335
:alt: Downloads
3436

35-
.. image:: https://github.com/yzhao062/pyod/actions/workflows/testing.yml/badge.svg
37+
.. |badge_testing| image:: https://github.com/yzhao062/pyod/actions/workflows/testing.yml/badge.svg
3638
:target: https://github.com/yzhao062/pyod/actions/workflows/testing.yml
3739
:alt: testing
3840

3941

40-
.. image:: https://coveralls.io/repos/github/yzhao062/pyod/badge.svg
42+
.. |badge_coverage| image:: https://coveralls.io/repos/github/yzhao062/pyod/badge.svg
4143
:target: https://coveralls.io/github/yzhao062/pyod
4244
:alt: Coverage Status
4345

4446

45-
.. image:: https://api.codeclimate.com/v1/badges/bdc3d8d0454274c753c4/maintainability
47+
.. |badge_maintainability| image:: https://api.codeclimate.com/v1/badges/bdc3d8d0454274c753c4/maintainability
4648
:target: https://codeclimate.com/github/yzhao062/Pyod/maintainability
4749
:alt: Maintainability
4850

4951

50-
.. image:: https://img.shields.io/github/license/yzhao062/pyod.svg
52+
.. |badge_license| image:: https://img.shields.io/github/license/yzhao062/pyod.svg
5153
:target: https://github.com/yzhao062/pyod/blob/master/LICENSE
5254
:alt: License
5355

54-
.. image:: https://img.shields.io/badge/ADBench-benchmark_results-pink
56+
.. |badge_benchmark| image:: https://img.shields.io/badge/ADBench-benchmark_results-pink
5557
:target: https://github.com/Minqi824/ADBench
5658
:alt: Benchmark
5759

0 commit comments

Comments
 (0)