Skip to content

Commit d7a100c

Browse files
authored
DOC: Fix capitalization among headings in documentation files (#32550) (#32991)
1 parent 40b82ea commit d7a100c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

doc/source/getting_started/intro_tutorials/01_table_oriented.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ documentation.
2626
</li>
2727
</ul>
2828

29-
Pandas data table representation
29+
pandas data table representation
3030
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3131

3232
.. image:: ../../_static/schemas/01_table_dataframe.svg

doc/source/getting_started/tutorials.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
{{ header }}
44

55
*******************
6-
Community Tutorials
6+
Community tutorials
77
*******************
88

99
This is a guide to many pandas tutorials by the community, geared mainly for new users.
1010

11-
pandas Cookbook by Julia Evans
11+
pandas cookbook by Julia Evans
1212
------------------------------
1313

1414
The goal of this 2015 cookbook (by `Julia Evans <https://jvns.ca>`_) is to
@@ -18,7 +18,7 @@ entails.
1818
For the table of contents, see the `pandas-cookbook GitHub
1919
repository <https://github.com/jvns/pandas-cookbook>`_.
2020

21-
Learn Pandas by Hernan Rojas
21+
Learn pandas by Hernan Rojas
2222
----------------------------
2323

2424
A set of lesson for new pandas users: https://bitbucket.org/hrojas/learn-pandas

doc/source/reference/arrays.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. _api.arrays:
44

55
=============
6-
Pandas arrays
6+
pandas arrays
77
=============
88

99
.. currentmodule:: pandas

doc/source/reference/window.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Exponentially-weighted moving window functions
7575
EWM.corr
7676
EWM.cov
7777

78-
Window Indexer
78+
Window indexer
7979
--------------
8080
.. currentmodule:: pandas
8181

doc/source/user_guide/boolean.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you would prefer to keep the ``NA`` values you can manually fill them with ``
3939
4040
.. _boolean.kleene:
4141

42-
Kleene Logical Operations
42+
Kleene logical operations
4343
-------------------------
4444

4545
:class:`arrays.BooleanArray` implements `Kleene Logic`_ (sometimes called three-value logic) for

0 commit comments

Comments
 (0)