Skip to content

Commit

Permalink
Fixed broken link to Read the Docs location
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbloice authored Sep 12, 2024
1 parent b7897e5 commit 4593804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ See the `parea_2()` helper function for a pre-built version of structure above.
## Extensible
Pyrea has been designed to be extensible. It allows you to use Pyrea's data fusion techniques with custom clustering algorithms that can be loaded in to Pyrea at run-time.

By providing a `View` with a `ClusterMethod` object, it makes providing custom clustering algorithms uncomplicated. See [`Extending Pyrea`](https://pyrea.readthedocs.io/pyrea/extending.html#custom-clustering-algorithms) for details.
By providing a `View` with a `ClusterMethod` object, it makes providing custom clustering algorithms uncomplicated. See [`Extending Pyrea`](https://pyrea.readthedocs.io/en/latest/extending.html) for details.

# Work In Progress and Future Work
Several features are currently work in progress, future updates will include
Expand Down

0 comments on commit 4593804

Please sign in to comment.