-
-
Notifications
You must be signed in to change notification settings - Fork 25.5k
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 Document copy parameter and add link to the glossary entry #30307
base: main
Are you sure you want to change the base?
Conversation
Hi @lamdang2k, thanks for your contribution! I cannot say so much on the behaviour of the copy param and if it is reliably like this for all the places where you have linked the new glossary entry. But what do you think about adding this link implicitly, by linking For instance like this: "Make a :term:`copy` of input data." |
There are also At the same time, having |
@@ -331,7 +332,7 @@ class AffinityPropagation(ClusterMixin, BaseEstimator): | |||
of estimated clusters that stops the convergence. | |||
|
|||
copy : bool, default=True | |||
Make a copy of input data. | |||
Make a copy of input data. See the :term:`Glossary <copy>`. |
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.
Make a copy of input data. See the :term:`Glossary <copy>`. | |
Make a :term:`copy` of input data. |
Rather like this?
I think it's better to change |
Reference Issues/PRs
closes #28793
What does this implement/fix? Explain your changes.
Add a term
copy
to Glossary. Add link to this term in functions using the parametercopy
.Any other comments?