-
-
Notifications
You must be signed in to change notification settings - Fork 26k
DOC Add link to plot coin segmentation in docstrings and user guide #29890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC Add link to plot coin segmentation in docstrings and user guide #29890
Conversation
4ceedc7
to
0d5a852
Compare
73862f8
to
4e77c8d
Compare
@marenwestermann I moved the example to the |
As mentioned above, it is better to add the link to the |
- include cluster example in docstrings and the user guide
- removed unnecessary blank line at the end Co-authored-by: Xiao Yuan <yuanx749@gmail.com>
-updated example description
4e77c8d
to
b494ccd
Compare
@marenwestermann Sorry for my misunderstanding, I already updated it, thanks |
5b75c54
to
31d087a
Compare
dc32d1a
to
3b60337
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed a small fix by addressing the last comment from @marenwestermann
The rendering looks OK otherwise. LGTM.
I'll enable auto-merge.
Thanks @miguelcsx
Reference Issues/PRs
See also #26927
What does this implement/fix? Explain your changes.
This PR enhances the documentation by adding links to usage examples for
SpectralClustering
. Specifically, it includes references in the docstrings and user guide to theplot_coin_segmentation.py
example, which demonstrates a practical application ofSpectralClustering
.