From 783d342e2a7406d8ffeeeb3182dc24aaa75b69eb Mon Sep 17 00:00:00 2001 From: Damiano Cangini Date: Tue, 24 Mar 2020 23:11:18 +0000 Subject: [PATCH 1/2] Updated headers --- .../getting_started/comparison/comparison_with_stata.rst | 2 +- .../getting_started/intro_tutorials/01_table_oriented.rst | 2 +- doc/source/getting_started/tutorials.rst | 6 +++--- doc/source/reference/arrays.rst | 2 +- doc/source/reference/window.rst | 2 +- doc/source/user_guide/boolean.rst | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/getting_started/comparison/comparison_with_stata.rst b/doc/source/getting_started/comparison/comparison_with_stata.rst index decf12db77af2..0321b5b680532 100644 --- a/doc/source/getting_started/comparison/comparison_with_stata.rst +++ b/doc/source/getting_started/comparison/comparison_with_stata.rst @@ -2,7 +2,7 @@ {{ header }} -Comparison with Stata +Comparison with STATA ********************* For potential users coming from `Stata `__ this page is meant to demonstrate how different Stata operations would be diff --git a/doc/source/getting_started/intro_tutorials/01_table_oriented.rst b/doc/source/getting_started/intro_tutorials/01_table_oriented.rst index 02e59b3c81755..9ee3bfc3b8e79 100644 --- a/doc/source/getting_started/intro_tutorials/01_table_oriented.rst +++ b/doc/source/getting_started/intro_tutorials/01_table_oriented.rst @@ -26,7 +26,7 @@ documentation. -Pandas data table representation +pandas data table representation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: ../../_static/schemas/01_table_dataframe.svg diff --git a/doc/source/getting_started/tutorials.rst b/doc/source/getting_started/tutorials.rst index fce4aa4beba60..4c2d0621c6103 100644 --- a/doc/source/getting_started/tutorials.rst +++ b/doc/source/getting_started/tutorials.rst @@ -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 `_) is to @@ -18,7 +18,7 @@ entails. For the table of contents, see the `pandas-cookbook GitHub repository `_. -Learn Pandas by Hernan Rojas +Learn pandas by Hernan Rojas ---------------------------- A set of lesson for new pandas users: https://bitbucket.org/hrojas/learn-pandas diff --git a/doc/source/reference/arrays.rst b/doc/source/reference/arrays.rst index c71350ecd73b3..1725c415fa020 100644 --- a/doc/source/reference/arrays.rst +++ b/doc/source/reference/arrays.rst @@ -3,7 +3,7 @@ .. _api.arrays: ============= -Pandas arrays +pandas arrays ============= .. currentmodule:: pandas diff --git a/doc/source/reference/window.rst b/doc/source/reference/window.rst index 3db1aa12a4275..570a0607ebd21 100644 --- a/doc/source/reference/window.rst +++ b/doc/source/reference/window.rst @@ -75,7 +75,7 @@ Exponentially-weighted moving window functions EWM.corr EWM.cov -Window Indexer +Window indexer -------------- .. currentmodule:: pandas diff --git a/doc/source/user_guide/boolean.rst b/doc/source/user_guide/boolean.rst index 6370a523b9a0d..d690c1093399a 100644 --- a/doc/source/user_guide/boolean.rst +++ b/doc/source/user_guide/boolean.rst @@ -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 From d1c7a55f9d76bb5d7517d26e6eb2189963f991d4 Mon Sep 17 00:00:00 2001 From: themien Date: Mon, 30 Mar 2020 16:33:19 +0100 Subject: [PATCH 2/2] Update comparison_with_stata.rst --- doc/source/getting_started/comparison/comparison_with_stata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/comparison/comparison_with_stata.rst b/doc/source/getting_started/comparison/comparison_with_stata.rst index 0321b5b680532..decf12db77af2 100644 --- a/doc/source/getting_started/comparison/comparison_with_stata.rst +++ b/doc/source/getting_started/comparison/comparison_with_stata.rst @@ -2,7 +2,7 @@ {{ header }} -Comparison with STATA +Comparison with Stata ********************* For potential users coming from `Stata `__ this page is meant to demonstrate how different Stata operations would be