-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[MRG] DOC Add docstring DistanceMetric class #26795
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
[MRG] DOC Add docstring DistanceMetric class #26795
Conversation
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.
Since we are in a Cython file, I don't think we have a linter to avoid having more than 88 characters.
Could you ensure not to have more than 88 characters for all changes?
Thanks @glemaitre for the review. I updated each line to under 88 characters and the rest of the suggestions as well. |
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.
LGTM!
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.
The rendering looks good. Merging.
Thanks @greyisbetter
Towards #26776
Add documentation for the public class
DistanceMetric
.