You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You can install Radius Clustering using pip:
26
26
pip install radius-clustering
27
27
```
28
28
29
-
> Note: This package is not yet available on PyPI. You may need to install it from the source.
29
+
> Note: This package is not yet available on PyPI. You may need to install it from the source. See [the documentation](https://lias-laboratory.github.io/radius_clustering/installation.html) for more details.
30
30
31
31
## Usage
32
32
@@ -53,7 +53,11 @@ print(labels)
53
53
54
54
## Documentation
55
55
56
-
To build the documentation, you can run the following command, assuming you have Sphinx installed:
56
+
You can find the full documentation for Radius Clustering [here](https://lias-laboratory.github.io/radius_clustering/).
57
+
58
+
### Building the documentation
59
+
60
+
To build the documentation, you can run the following command, assuming you have all dependencies needed installed:
57
61
58
62
```bash
59
63
cd docs
@@ -73,7 +77,7 @@ If you want to know more about the experiments conducted with the package, pleas
73
77
74
78
## Contributing
75
79
76
-
Contributions to MDS Clustering are welcome! Please feel free to submit a Pull Request.
80
+
Contributions to Radius Clustering are welcome! Please feel free to submit a Pull Request.
0 commit comments