Skip to content

DOC: Fix capitalization among headings in doc/source/whatsnew (#32550) #33376

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
Apr 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ header }}

*************
Release Notes
Release notes
*************

This is the list of changes to pandas between each release. For full details,
Expand Down
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v0.14.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ Some other enhancements to the sql functions include:

.. _whatsnew_0140.slicers:

MultiIndexing using slicers
Multiindexing using slicers
~~~~~~~~~~~~~~~~~~~~~~~~~~~

In 0.14.0 we added a new way to slice MultiIndexed objects.
Expand Down Expand Up @@ -904,7 +904,7 @@ There are no experimental changes in 0.14.0

.. _whatsnew_0140.bug_fixes:

Bug Fixes
Bug fixes
~~~~~~~~~

- Bug in Series ValueError when index doesn't match data (:issue:`6532`)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.15.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ Rolling/expanding moments improvements

.. _whatsnew_0150.sql:

Improvements in the sql io module
Improvements in the SQL io module
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Added support for a ``chunksize`` parameter to ``to_sql`` function. This allows DataFrame to be written in chunks and avoid packet-size overflow errors (:issue:`8062`).
Expand Down
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.18.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ Performance improvements

.. _whatsnew_0180.bug_fixes:

Bug Fixes
Bug fixes
~~~~~~~~~

- Bug in ``GroupBy.size`` when data-frame is empty. (:issue:`11699`)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.18.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ New behavior:

.. _whatsnew_0181.numpy_compatibility:

numpy function compatibility
NumPy function compatibility
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Compatibility between pandas array-like methods (e.g. ``sum`` and ``take``) and their ``numpy``
Expand Down