-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Correct and improve documentation for anchored artists #23864
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
I'm very much starting to think that the anchoredartists should be pulled out of the annotations tutorial into their own proper tutorial (can be called annotations with anchored artists or something) |
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 some of the constructions in the annotation tutorial are clunky, but its all language that was in before this PR so I think it's out of scope here.
Sorry for all the milestone changing, if I'm following the guidelines right this is a docstring change and therefore goes to next patch? https://matplotlib.org/devdocs/devel/coding_guide.html#pr-milestones |
Yeah, agreed regarding the wordings. Primarily made very "local" changes to get it correct. Not sure about the versioning either, but I agree that 3.6.1 is probably the correct version. |
Although at second thought, I wonder if that applies when 3.6 is not yet released... As the v3.6.x-branch is the one it will eventually be merged to and that currently is what will become 3.6.0. So maybe change to 3.6.0 and a meekseekdev-request? |
@QuLogic do I revert and remilestone? |
3.6.1 milestone isn't backporting yet. Don't need to revert; just ask for a backport explicitly. meeseeksdev backport to v3.6.x |
…nchored artists
…864-on-v3.6.x Backport PR #23864 on branch v3.6.x (Correct and improve documentation for anchored artists)
…nchored artists
PR Summary
Correct doc-strings and add links in tutorial.
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).