Skip to content

Commit c166013

Browse files
authored
DOC: Fix capitalization of doc section headers (#33149)
1 parent 6a8aca9 commit c166013

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

doc/source/user_guide/options.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ More information can be found in the `ipython documentation
140140
141141
.. _options.frequently_used:
142142

143-
Frequently Used Options
143+
Frequently used options
144144
-----------------------
145145
The following is a walk-through of the more frequently used display options.
146146

doc/source/user_guide/reshaping.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ the right thing:
272272
273273
.. _reshaping.melt:
274274

275-
Reshaping by Melt
275+
Reshaping by melt
276276
-----------------
277277

278278
.. image:: ../_static/reshaping_melt.png

doc/source/user_guide/text.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Working with text data
88

99
.. _text.types:
1010

11-
Text Data Types
11+
Text data types
1212
---------------
1313

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

114114
.. _text.string_methods:
115115

116-
String Methods
116+
String methods
117117
--------------
118118

119119
Series and Index are equipped with a set of string processing methods
@@ -633,7 +633,7 @@ same result as a ``Series.str.extractall`` with a default index (starts from 0).
633633
pd.Series(["a1a2", "b1", "c1"], dtype="string").str.extractall(two_groups)
634634
635635
636-
Testing for Strings that match or contain a pattern
636+
Testing for strings that match or contain a pattern
637637
---------------------------------------------------
638638

639639
You can check whether elements contain a pattern:

doc/source/user_guide/timeseries.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ as ``np.nan`` does for float data.
122122
123123
.. _timeseries.representation:
124124

125-
Timestamps vs. Time Spans
125+
Timestamps vs. time spans
126126
-------------------------
127127

128128
Timestamped data is the most basic type of time series data that associates
@@ -1434,7 +1434,7 @@ or calendars with additional rules.
14341434
14351435
.. _timeseries.advanced_datetime:
14361436

1437-
Time Series-Related Instance Methods
1437+
Time series-related instance methods
14381438
------------------------------------
14391439

14401440
Shifting / lagging

doc/source/user_guide/visualization.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ before plotting.
796796

797797
.. _visualization.tools:
798798

799-
Plotting Tools
799+
Plotting tools
800800
--------------
801801

802802
These functions can be imported from ``pandas.plotting``
@@ -1045,7 +1045,7 @@ for more information.
10451045
10461046
.. _visualization.formatting:
10471047

1048-
Plot Formatting
1048+
Plot formatting
10491049
---------------
10501050

10511051
Setting the plot style

0 commit comments

Comments
 (0)