Skip to content

DOC: Fix capitalization among headings in documentation files (#32550) #33149

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
Mar 31, 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/user_guide/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ More information can be found in the `ipython documentation

.. _options.frequently_used:

Frequently Used Options
Frequently used options
-----------------------
The following is a walk-through of the more frequently used display options.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/reshaping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ the right thing:

.. _reshaping.melt:

Reshaping by Melt
Reshaping by melt
-----------------

.. image:: ../_static/reshaping_melt.png
Expand Down
6 changes: 3 additions & 3 deletions doc/source/user_guide/text.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Working with text data

.. _text.types:

Text Data Types
Text data types
---------------

.. versionadded:: 1.0.0
Expand Down Expand Up @@ -113,7 +113,7 @@ Everything else that follows in the rest of this document applies equally to

.. _text.string_methods:

String Methods
String methods
--------------

Series and Index are equipped with a set of string processing methods
Expand Down Expand Up @@ -633,7 +633,7 @@ same result as a ``Series.str.extractall`` with a default index (starts from 0).
pd.Series(["a1a2", "b1", "c1"], dtype="string").str.extractall(two_groups)


Testing for Strings that match or contain a pattern
Testing for strings that match or contain a pattern
---------------------------------------------------

You can check whether elements contain a pattern:
Expand Down
4 changes: 2 additions & 2 deletions doc/source/user_guide/timeseries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ as ``np.nan`` does for float data.

.. _timeseries.representation:

Timestamps vs. Time Spans
Timestamps vs. time spans
-------------------------

Timestamped data is the most basic type of time series data that associates
Expand Down Expand Up @@ -1434,7 +1434,7 @@ or calendars with additional rules.

.. _timeseries.advanced_datetime:

Time Series-Related Instance Methods
Time series-related instance methods
------------------------------------

Shifting / lagging
Expand Down
4 changes: 2 additions & 2 deletions doc/source/user_guide/visualization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ before plotting.

.. _visualization.tools:

Plotting Tools
Plotting tools
--------------

These functions can be imported from ``pandas.plotting``
Expand Down Expand Up @@ -1045,7 +1045,7 @@ for more information.

.. _visualization.formatting:

Plot Formatting
Plot formatting
---------------

Setting the plot style
Expand Down