From 03170a51d8bd8f9e8bc0a4be0a9ffd4a754d3e56 Mon Sep 17 00:00:00 2001 From: Samuel Rao Date: Wed, 24 Aug 2022 10:40:31 -0700 Subject: [PATCH 1/3] Get rid of question marks in getting started tutorials --- doc/source/getting_started/intro_tutorials/04_plotting.rst | 2 +- doc/source/getting_started/intro_tutorials/05_add_columns.rst | 2 +- .../getting_started/intro_tutorials/06_calculate_statistics.rst | 2 +- .../getting_started/intro_tutorials/07_reshape_table_layout.rst | 2 +- .../getting_started/intro_tutorials/08_combine_dataframes.rst | 2 +- doc/source/getting_started/intro_tutorials/09_timeseries.rst | 2 +- doc/source/getting_started/intro_tutorials/10_text_data.rst | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/getting_started/intro_tutorials/04_plotting.rst b/doc/source/getting_started/intro_tutorials/04_plotting.rst index b6f1ac212f821..3cdd01e5c912c 100644 --- a/doc/source/getting_started/intro_tutorials/04_plotting.rst +++ b/doc/source/getting_started/intro_tutorials/04_plotting.rst @@ -2,7 +2,7 @@ {{ header }} -How do I create plots in pandas? +How to create plots in pandas ---------------------------------- .. image:: ../../_static/schemas/04_plot_overview.svg diff --git a/doc/source/getting_started/intro_tutorials/05_add_columns.rst b/doc/source/getting_started/intro_tutorials/05_add_columns.rst index 6cf7c0ea9593f..a0c07853e3a55 100644 --- a/doc/source/getting_started/intro_tutorials/05_add_columns.rst +++ b/doc/source/getting_started/intro_tutorials/05_add_columns.rst @@ -30,7 +30,7 @@ -How to create new columns derived from existing columns? +How to create new columns derived from existing columns -------------------------------------------------------- .. image:: ../../_static/schemas/05_newcolumn_1.svg diff --git a/doc/source/getting_started/intro_tutorials/06_calculate_statistics.rst b/doc/source/getting_started/intro_tutorials/06_calculate_statistics.rst index 9e5968580ccf4..969b4ee5109aa 100644 --- a/doc/source/getting_started/intro_tutorials/06_calculate_statistics.rst +++ b/doc/source/getting_started/intro_tutorials/06_calculate_statistics.rst @@ -30,7 +30,7 @@ -How to calculate summary statistics? +How to calculate summary statistics ------------------------------------ Aggregating statistics diff --git a/doc/source/getting_started/intro_tutorials/07_reshape_table_layout.rst b/doc/source/getting_started/intro_tutorials/07_reshape_table_layout.rst index 27d6f95923ed0..b5af2a8b402c7 100644 --- a/doc/source/getting_started/intro_tutorials/07_reshape_table_layout.rst +++ b/doc/source/getting_started/intro_tutorials/07_reshape_table_layout.rst @@ -84,7 +84,7 @@ measurement. -How to reshape the layout of tables? +How to reshape the layout of tables ------------------------------------ Sort table rows diff --git a/doc/source/getting_started/intro_tutorials/08_combine_dataframes.rst b/doc/source/getting_started/intro_tutorials/08_combine_dataframes.rst index b2b3891056017..5abc1e8d15260 100644 --- a/doc/source/getting_started/intro_tutorials/08_combine_dataframes.rst +++ b/doc/source/getting_started/intro_tutorials/08_combine_dataframes.rst @@ -88,7 +88,7 @@ Westminster* in respectively Paris, Antwerp and London. -How to combine data from multiple tables? +How to combine data from multiple tables ----------------------------------------- Concatenating objects diff --git a/doc/source/getting_started/intro_tutorials/09_timeseries.rst b/doc/source/getting_started/intro_tutorials/09_timeseries.rst index 9d3bc805a915e..c008d1fd5f810 100644 --- a/doc/source/getting_started/intro_tutorials/09_timeseries.rst +++ b/doc/source/getting_started/intro_tutorials/09_timeseries.rst @@ -55,7 +55,7 @@ Westminster* in respectively Paris, Antwerp and London. -How to handle time series data with ease? +How to handle time series data with ease ----------------------------------------- .. _10min_tut_09_timeseries.properties: diff --git a/doc/source/getting_started/intro_tutorials/10_text_data.rst b/doc/source/getting_started/intro_tutorials/10_text_data.rst index 148ac246d7bf8..d55035e5986c4 100644 --- a/doc/source/getting_started/intro_tutorials/10_text_data.rst +++ b/doc/source/getting_started/intro_tutorials/10_text_data.rst @@ -29,7 +29,7 @@ -How to manipulate textual data? +How to manipulate textual data ------------------------------- .. raw:: html From c202a91dd446452ab8217abe3e9a843a48ef3e56 Mon Sep 17 00:00:00 2001 From: Samuel Rao Date: Thu, 25 Aug 2022 10:49:02 -0700 Subject: [PATCH 2/3] get rid of unneeded change --- doc/source/getting_started/intro_tutorials/04_plotting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/intro_tutorials/04_plotting.rst b/doc/source/getting_started/intro_tutorials/04_plotting.rst index 3cdd01e5c912c..b6f1ac212f821 100644 --- a/doc/source/getting_started/intro_tutorials/04_plotting.rst +++ b/doc/source/getting_started/intro_tutorials/04_plotting.rst @@ -2,7 +2,7 @@ {{ header }} -How to create plots in pandas +How do I create plots in pandas? ---------------------------------- .. image:: ../../_static/schemas/04_plot_overview.svg From 16100569b6f05affe46ddeba1e47a500226741a5 Mon Sep 17 00:00:00 2001 From: Samuel Rao Date: Thu, 25 Aug 2022 11:10:34 -0700 Subject: [PATCH 3/3] Realign dashes with length of altered titles --- doc/source/getting_started/intro_tutorials/05_add_columns.rst | 2 +- .../getting_started/intro_tutorials/06_calculate_statistics.rst | 2 +- .../getting_started/intro_tutorials/07_reshape_table_layout.rst | 2 +- .../getting_started/intro_tutorials/08_combine_dataframes.rst | 2 +- doc/source/getting_started/intro_tutorials/09_timeseries.rst | 2 +- doc/source/getting_started/intro_tutorials/10_text_data.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/getting_started/intro_tutorials/05_add_columns.rst b/doc/source/getting_started/intro_tutorials/05_add_columns.rst index a0c07853e3a55..293e3fd38f578 100644 --- a/doc/source/getting_started/intro_tutorials/05_add_columns.rst +++ b/doc/source/getting_started/intro_tutorials/05_add_columns.rst @@ -31,7 +31,7 @@ How to create new columns derived from existing columns --------------------------------------------------------- +------------------------------------------------------- .. image:: ../../_static/schemas/05_newcolumn_1.svg :align: center diff --git a/doc/source/getting_started/intro_tutorials/06_calculate_statistics.rst b/doc/source/getting_started/intro_tutorials/06_calculate_statistics.rst index 969b4ee5109aa..032a6add522e0 100644 --- a/doc/source/getting_started/intro_tutorials/06_calculate_statistics.rst +++ b/doc/source/getting_started/intro_tutorials/06_calculate_statistics.rst @@ -31,7 +31,7 @@ How to calculate summary statistics ------------------------------------- +----------------------------------- Aggregating statistics ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/source/getting_started/intro_tutorials/07_reshape_table_layout.rst b/doc/source/getting_started/intro_tutorials/07_reshape_table_layout.rst index b5af2a8b402c7..14b33022376ec 100644 --- a/doc/source/getting_started/intro_tutorials/07_reshape_table_layout.rst +++ b/doc/source/getting_started/intro_tutorials/07_reshape_table_layout.rst @@ -85,7 +85,7 @@ measurement. How to reshape the layout of tables ------------------------------------- +----------------------------------- Sort table rows ~~~~~~~~~~~~~~~ diff --git a/doc/source/getting_started/intro_tutorials/08_combine_dataframes.rst b/doc/source/getting_started/intro_tutorials/08_combine_dataframes.rst index 5abc1e8d15260..23d7627df73dd 100644 --- a/doc/source/getting_started/intro_tutorials/08_combine_dataframes.rst +++ b/doc/source/getting_started/intro_tutorials/08_combine_dataframes.rst @@ -89,7 +89,7 @@ Westminster* in respectively Paris, Antwerp and London. How to combine data from multiple tables ------------------------------------------ +---------------------------------------- Concatenating objects ~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/source/getting_started/intro_tutorials/09_timeseries.rst b/doc/source/getting_started/intro_tutorials/09_timeseries.rst index c008d1fd5f810..3c256081d7955 100644 --- a/doc/source/getting_started/intro_tutorials/09_timeseries.rst +++ b/doc/source/getting_started/intro_tutorials/09_timeseries.rst @@ -56,7 +56,7 @@ Westminster* in respectively Paris, Antwerp and London. How to handle time series data with ease ------------------------------------------ +---------------------------------------- .. _10min_tut_09_timeseries.properties: diff --git a/doc/source/getting_started/intro_tutorials/10_text_data.rst b/doc/source/getting_started/intro_tutorials/10_text_data.rst index d55035e5986c4..49c281bdb8e60 100644 --- a/doc/source/getting_started/intro_tutorials/10_text_data.rst +++ b/doc/source/getting_started/intro_tutorials/10_text_data.rst @@ -30,7 +30,7 @@ How to manipulate textual data -------------------------------- +------------------------------ .. raw:: html