Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Move TOC back to top in axes documentation#11907
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I would really like to see this still go in 3.0. Please re-milestone if that's not feasible. |
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.
Great - this was bugging me too, but I wasn't sure how to fix...
Should this be back ported to 2.2.x? I'm not quite sure how far back the axes changes went... |
…907-on-v3.0.xBackport PR#11907 on branch v3.0.x
PR Summary
The TOC inhttps://matplotlib.org/devdocs/api/axes_api.html is burried somewhere below the class doumentation.
This PR brings the TOC back to top and thus increases its usability.
As a remark: Since#11454 the scope of this page has changed from the Axes class to the Axes module. IMO the class docstring should be moved to a sub-page as well. It's the only content part of the page whereas everything else is just a collection of links. But that's something for another PR.