Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
remove point troubling regex#30097
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
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.
Thank you for opening your first PR into Matplotlib!
If you have not heard from us in a week or so, please leave a new comment below and that should bring it to our attention. Most of our reviewers are volunteers and sometimes things fall through the cracks.
You can also join uson gitter for real-time discussion.
For details on testing, writing docs, and our review process, please seethe developer guide
We strive to be a welcoming and open project. Please follow ourCode of Conduct.
Thanks. I think this could better be solved on the sphinx/autosummary side by adding tohttps://github.com/tk0miya/sphinx/blob/c4f0d70d173393a167bd20af1cd2153e06e6b5ae/sphinx/ext/autosummary/__init__.py#L102 |
PR ongoing here in sphinx:sphinx-doc/sphinx#13591 |
story645 left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
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.
This is such a light change that I think we may as well also fix it on the mpl side rather than waiting on the sphinx release cycle. Especially since versus is already spelled out in the other descriptions to get around this.
Yes, the PR request to sphinx makes sense, but also |
9cf3990
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
Thanks for catching and fixing this@MarieSacksick, hope to see you around more! |
PR summary
The documentationin API menu is cropped because of a point in the middle of the sentence.

PR checklist