-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fixing Sentence Case on Section Titles in users_explain #27325
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
Thanks for this! However, it seems like there are merge conflicts. Probably because parts of this was changed recently and your PR is not based on the very latest version. |
Sorry about that. The merge conflicts should be resolved |
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.
These look fine to me, let's wait for a maintainer to review. Thanks!
Um to make things very confusing, we use Title case for titles, sentence case for sections so the title changes here should be put back https://matplotlib.org/devdocs/devel/document.html#section-formatting |
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.
Started changing things and then realized I'm not sure if @jklymak intended these pages as sections or titles.
I didn't do any formatting for this reorganization. I suspect that these should all be sentence case except when it is a class name being discussed. |
Co-authored-by: hannah <story645@gmail.com>
Co-authored-by: hannah <story645@gmail.com>
Co-authored-by: hannah <story645@gmail.com>
Co-authored-by: hannah <story645@gmail.com>
Co-authored-by: hannah <story645@gmail.com>
Co-authored-by: hannah <story645@gmail.com>
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.
Going by Jody's comment, looks good to me so just needs the flake8 fix and should be good to go.
Co-authored-by: hannah <story645@gmail.com>
…in users_explain
…in users_explain
…325-on-v3.8.2-doc Backport PR #27325 on branch v3.8.2-doc (Fixing Sentence Case on Section Titles in users_explain)
…325-on-v3.8.x Backport PR #27325 on branch v3.8.x (Fixing Sentence Case on Section Titles in users_explain)
PR summary
In Matplotlib's documentation, it states that sections should follow sentence case for section titles. However, I noticed the usage of sentence case was inconsistent between all of the
users_explain
sections. This PR went through all the sections and fixed the sections to follow sentence casing for titles.PR checklist