-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC: Added drop down menus to 1.11
Ensemble Methods
#27915
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
Conversation
1.11
1.11
Ensemble Methods
Hi @ArturoAmorQ do you have any feedback on this? |
Hi @linus-md as always thanks for your PRs and sorry for not giving feedback on this one before. Unfortunately the current implementation of dropdowns breaks the sphinx cross-reference system whenever they point inside a dropdown from the outside. The underlying issue is that the dropdown has to be unfolded for mozilla to access the reference. In this case you will have to revert all of the references you are hiding in a dropdown (again, sorry about that). You can still use dropdowns to hide:
|
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.
Pushing some commits and merging, thanks again for your work @linus-md!
Reference Issues/PRs
Addresses #26617.
What does this implement/fix? Explain your changes.
This adds drop down menus for all references.