-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: Fix heading capitalization in doc/source/whatsnew - part4 (#32550) #33444
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
DOC: Fix heading capitalization in doc/source/whatsnew - part4 (#32550) #33444
Conversation
Add exceptions to the list in 'scripts/validate_rst_title_capitalization.py'
can you merge master and ping on green. |
@jreback |
…y_doc/source/whatsnew4
…ation.py' and change 'Multiindexing' that was by the way wrongly capitalized to 'Multi-indexing' in doc/source/whatsnew/v0.14.0.rst line 476
Im not sure to understand why there are unsuccessful tests here |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
lgtm
…y_doc/source/whatsnew4
@@ -218,7 +218,7 @@ Backwards incompatible API changes | |||
|
|||
.. _whatsnew_0160.api_breaking.timedelta: | |||
|
|||
Changes in Timedelta | |||
Changes in timedelta |
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.
should this stay capitalized?
thanks! |
…s-dev#32550) (pandas-dev#33444) * Modify heading capitalizations of files in doc/source/whatsnew (part4) Add exceptions to the list in 'scripts/validate_rst_title_capitalization.py' * Merge master, fix merging conflicts * Remove MultiIndexing from exceptions in 'validate_rst_title_capitalization.py' and change 'Multiindexing' that was by the way wrongly capitalized to 'Multi-indexing' in doc/source/whatsnew/v0.14.0.rst line 476
…s-dev#32550) (pandas-dev#33444) * Modify heading capitalizations of files in doc/source/whatsnew (part4) Add exceptions to the list in 'scripts/validate_rst_title_capitalization.py' * Merge master, fix merging conflicts * Remove MultiIndexing from exceptions in 'validate_rst_title_capitalization.py' and change 'Multiindexing' that was by the way wrongly capitalized to 'Multi-indexing' in doc/source/whatsnew/v0.14.0.rst line 476
Add exceptions to the list in 'scripts/validate_rst_title_capitalization.py'