-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Doc organize axes docs #7176
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
Merged
Merged
Doc organize axes docs #7176
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
0de8fed
DOC: start to overhaul Axes API docs
tacaswell 474f1ee
DOC: patch up documentation on Axes
tacaswell ab31bf2
DOC: use explicit autosummary tables for Axes
tacaswell ef583fc
DOC: organize plotting methods
tacaswell f893dc3
DOC: straighten rst adornment + reorg a section
tacaswell 322c75f
DOC: patch up docstring on Artist.pick
tacaswell ba2bd6a
STY: PEP8 removal of whitespace
tacaswell 64dc7af
MNT: add auto-generated rst files to gitignore
tacaswell 7b29662
MNT: move around methods on Axis and friends
tacaswell 9925fc2
DOC: re-arranging the Axis and Tick API docs
tacaswell 650b640
DOC: numpydocify Axes.tick_params
tacaswell cbb8e7d
DOC: more section reorganization in axis docs
tacaswell f5d8848
DOC: change inheritance diagram to get all Artists
tacaswell 58b4dbd
DOC: use auto-summary in artist api docs
tacaswell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
DOC: more section reorganization in axis docs
- Loading branch information
commit cbb8e7d4e55236e16d0ee1f8d93cdc9e34077deb
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is there a reason for not having the inheritance diagram always at the top (preferable to me) or always at the bottom.
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.
Because I thought it went better at the top in
Artist
and better at the bottom here. The reason for that is that I would expect users to frequently directly use theAxis
classes, but not theTick
classes, hence I put the diagram at the bottom. Having now written out this justification, that makes me think thatAxis
andTick
should get their own pages.Uh oh!
There was an error while loading. Please reload this page.
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.
And I now see this is really at the top so I am not sure what I was remembering...
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.
I think this could be moved to the bottom for all figures.
Opening a bug #7190.