Skip to content

DOC: Fix title capitalization in documentation files (#32550) #59972

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 1 commit into from
Oct 30, 2024

Conversation

steeleelliott03
Copy link
Contributor

Corrected title capitalization in various .rst files to match the standard of capitalizing only the first word, unless a term like DataFrame or Series is involved.

Ran the script to find and
correct heading issues in the following files:

  • doc/source/user_guide/timedeltas.rst
  • doc/source/whatsnew/v0.7.0.rst
  • doc/source/whatsnew/v0.23.4.rst
  • (… and so on)

Fixes part of issue #32550.

Corrected title capitalization in various .rst files to match the
standard of capitalizing only the first word, unless a term like
DataFrame or Series is involved.

Ran the  script to find and
correct heading issues in the following files:
- doc/source/user_guide/timedeltas.rst
- doc/source/whatsnew/v0.7.0.rst
- doc/source/whatsnew/v0.23.4.rst
- (… and so on)

Fixes part of issue pandas-dev#32550.
@mroeschke mroeschke added the Docs label Oct 30, 2024
@mroeschke mroeschke added this to the 3.0 milestone Oct 30, 2024
@mroeschke mroeschke merged commit 2323b54 into pandas-dev:main Oct 30, 2024
22 checks passed
@mroeschke
Copy link
Member

Thanks @steeleelliott03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix capitalization among headings in documentation files
2 participants