Skip to content

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

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 3 commits into from
Mar 30, 2020
Merged
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{{ header }}

Comparison with Stata
Comparison with STATA
*********************
For potential users coming from `Stata <https://en.wikipedia.org/wiki/Stata>`__
this page is meant to demonstrate how different Stata operations would be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ documentation.
</li>
</ul>

Pandas data table representation
pandas data table representation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. image:: ../../_static/schemas/01_table_dataframe.svg
Expand Down
6 changes: 3 additions & 3 deletions doc/source/getting_started/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
{{ header }}

*******************
Community Tutorials
Community tutorials
*******************

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

pandas Cookbook by Julia Evans
pandas cookbook by Julia Evans
------------------------------

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

Learn Pandas by Hernan Rojas
Learn pandas by Hernan Rojas
----------------------------

A set of lesson for new pandas users: https://bitbucket.org/hrojas/learn-pandas
Expand Down
2 changes: 1 addition & 1 deletion doc/source/reference/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. _api.arrays:

=============
Pandas arrays
pandas arrays
=============

.. currentmodule:: pandas
Expand Down
2 changes: 1 addition & 1 deletion doc/source/reference/window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Exponentially-weighted moving window functions
EWM.corr
EWM.cov

Window Indexer
Window indexer
--------------
.. currentmodule:: pandas

Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/boolean.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you would prefer to keep the ``NA`` values you can manually fill them with ``

.. _boolean.kleene:

Kleene Logical Operations
Kleene logical operations
-------------------------

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