File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <a href =" https://github.com/lias-laboratory /radius_clustering/blob/main/LICENSE " ><img alt =" License: GPLv3 " src =" https://img.shields.io/github/license/lias-laboratory /radius_clustering " ></a >
2
+ <a href =" https://github.com/scikit-learn-contrib /radius_clustering/blob/main/LICENSE " ><img alt =" License: GPLv3 " src =" https://img.shields.io/github/license/scikit-learn-contrib /radius_clustering " ></a >
3
3
<a href =" https://pypi.org/project/radius-clustering/ " ><img alt =" PyPI " src =" https://img.shields.io/pypi/v/radius-clustering " ></a >
4
4
<a href =" https://docs.astral.sh/ruff/ " ><img alt =" Code style: Ruff " src =" https://img.shields.io/badge/style-ruff-41B5BE?style=flat " ></a >
5
- <a href =" https://lias-laboratory.github.io /radius_clustering/ " ><img alt =" GitHub Actions Workflow Status " src =" https://img.shields.io/github/actions/workflow/status/lias-laboratory /radius_clustering/sphinx.yml?label=Doc%20Building " ></a >
5
+ <a href =" https://contrib.scikit-learn.org /radius_clustering/ " ><img alt =" GitHub Actions Workflow Status " src =" https://img.shields.io/github/actions/workflow/status/scikit-learn-contrib /radius_clustering/sphinx.yml?label=Doc%20Building " ></a >
6
6
<a ><img alt =" Python version supported " src =" https://img.shields.io/pypi/pyversions/radius-clustering " ></a >
7
7
<a href =" https://codecov.io/gh/scikit-learn-contrib/radius_clustering " ><img alt =" Codecov " src =" https://codecov.io/gh/scikit-learn-contrib/radius_clustering/branch/master/graph/badge.svg " ></a >
8
8
<a href =" https://mybinder.org/v2/gh/scikit-learn-contrib/radius_clustering/HEAD?urlpath=%2Fdoc%2Ftree%2Fnotebooks%2Fcomparison_example.ipynb " ><img alt =" Binder " src =" https://mybinder.org/badge_logo.svg " ></a >
9
- <a href =" https://doi .org/10.5281/zenodo.15830087 " ><img src =" https://zenodo.org/badge/887316842.svg " alt =" DOI " ></a >
9
+ <a href =" https://zenodo .org/badge/latestdoi/887316842 " ><img src =" https://zenodo.org/badge/887316842.svg " alt =" DOI " ></a >
10
10
11
11
</p >
12
12
@@ -72,7 +72,7 @@ print(labels)
72
72
73
73
## Documentation
74
74
75
- You can find the full documentation for Radius Clustering [ here] ( https://lias-laboratory.github.io /radius_clustering/ ) .
75
+ You can find the full documentation for Radius Clustering [ here] ( https://contrib.scikit-learn.org /radius_clustering/ ) .
76
76
77
77
### Building the documentation
78
78
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ install the package using the following commands:
224
224
225
225
.. prompt :: bash
226
226
227
- git clone
[email protected] :
lias-laboratory /radius_clustering.git # clone the repository
227
+ git clone
[email protected] :
scikit-learn-contrib /radius_clustering.git # clone the repository
228
228
cd radius_clustering
229
229
python -m venv rad-env
230
230
source rad-env/bin/activate # activate
You can’t perform that action at this time.
0 commit comments