@@ -3,55 +3,57 @@ Python Outlier Detection (PyOD)
3
3
4
4
**Deployment & Documentation & Stats & License **
5
5
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
7
9
:target: https://pypi.org/project/pyod/
8
10
:alt: PyPI version
9
11
10
12
11
- .. image :: https://anaconda.org/conda-forge/pyod/badges/version.svg
13
+ .. | badge_anaconda | image :: https://anaconda.org/conda-forge/pyod/badges/version.svg
12
14
:target: https://anaconda.org/conda-forge/pyod
13
15
:alt: Anaconda version
14
16
15
17
16
- .. image :: https://readthedocs.org/projects/pyod/badge/?version=latest
18
+ .. | badge_docs | image :: https://readthedocs.org/projects/pyod/badge/?version=latest
17
19
:target: https://pyod.readthedocs.io/en/latest/?badge=latest
18
20
:alt: Documentation status
19
21
20
22
21
- .. image :: https://img.shields.io/github/stars/yzhao062/pyod.svg
23
+ .. | badge_stars | image :: https://img.shields.io/github/stars/yzhao062/pyod.svg
22
24
:target: https://github.com/yzhao062/pyod/stargazers
23
25
:alt: GitHub stars
24
26
25
27
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
27
29
:target: https://github.com/yzhao062/pyod/network
28
30
:alt: GitHub forks
29
31
30
32
31
- .. image :: https://pepy.tech/badge/pyod
33
+ .. | badge_downloads | image :: https://pepy.tech/badge/pyod
32
34
:target: https://pepy.tech/project/pyod
33
35
:alt: Downloads
34
36
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
36
38
:target: https://github.com/yzhao062/pyod/actions/workflows/testing.yml
37
39
:alt: testing
38
40
39
41
40
- .. image :: https://coveralls.io/repos/github/yzhao062/pyod/badge.svg
42
+ .. | badge_coverage | image :: https://coveralls.io/repos/github/yzhao062/pyod/badge.svg
41
43
:target: https://coveralls.io/github/yzhao062/pyod
42
44
:alt: Coverage Status
43
45
44
46
45
- .. image :: https://api.codeclimate.com/v1/badges/bdc3d8d0454274c753c4/maintainability
47
+ .. | badge_maintainability | image :: https://api.codeclimate.com/v1/badges/bdc3d8d0454274c753c4/maintainability
46
48
:target: https://codeclimate.com/github/yzhao062/Pyod/maintainability
47
49
:alt: Maintainability
48
50
49
51
50
- .. image :: https://img.shields.io/github/license/yzhao062/pyod.svg
52
+ .. | badge_license | image :: https://img.shields.io/github/license/yzhao062/pyod.svg
51
53
:target: https://github.com/yzhao062/pyod/blob/master/LICENSE
52
54
:alt: License
53
55
54
- .. image :: https://img.shields.io/badge/ADBench-benchmark_results-pink
56
+ .. | badge_benchmark | image :: https://img.shields.io/badge/ADBench-benchmark_results-pink
55
57
:target: https://github.com/Minqi824/ADBench
56
58
:alt: Benchmark
57
59
0 commit comments