-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[docs][scikit-learn] removed duplicated docstrings #3164
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.
oy yeah it is annoying to have to use obj
. But I think this is better than having a ceiling on Sphinx. Thanks!
@jameslamb @guolinke Seems that neither closing-reopening nor rebasing can eliminate obsolete GitHub Actions checks. Refer to #3065 (comment). |
unfortunately I can't see the settings to confirm, but it must be that those old "required" ones are still listed in the settings :/ |
by the way @StrikerRUS , I asked if it is possible to just say "All GitHub Actions must pass" so we don't have to keep dealing with this...it is not :/ |
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Refer to sphinx-doc/sphinx#7817 (comment).
Completely remove attribute names from
__init__
docstring because new Sphinx version doesn't fully comply withnumpy
docstring guide in terms ofUgly constructions like
:obj:
are needed to workaround pydocstyle test: