From 2a10e04a099d5f1633abcdfbb2dd9fdf09142f8d Mon Sep 17 00:00:00 2001 From: Wong2333 <3201884732@qq.com> Date: Sat, 12 Oct 2024 11:14:27 +0800 Subject: [PATCH] DOC: Fix title capitalization in documentation files (#32550) (#60021) * DOC: Fix title capitalization in documentation file * DOC: Fix title capitalization in documentation files --- doc/source/whatsnew/v0.12.0.rst | 12 ++++++------ doc/source/whatsnew/v3.0.0.rst | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/whatsnew/v0.12.0.rst b/doc/source/whatsnew/v0.12.0.rst index c805758f85b35..08d3a6b188322 100644 --- a/doc/source/whatsnew/v0.12.0.rst +++ b/doc/source/whatsnew/v0.12.0.rst @@ -133,9 +133,9 @@ API changes to be inserted if ``True``, default is ``False`` (same as prior to 0.12) (:issue:`3679`) - Implement ``__nonzero__`` for ``NDFrame`` objects (:issue:`3691`, :issue:`3696`) - - IO api + - IO API - - added top-level function ``read_excel`` to replace the following, + - Added top-level function ``read_excel`` to replace the following, The original API is deprecated and will be removed in a future version .. code-block:: python @@ -153,7 +153,7 @@ API changes pd.read_excel("path_to_file.xls", "Sheet1", index_col=None, na_values=["NA"]) - - added top-level function ``read_sql`` that is equivalent to the following + - Added top-level function ``read_sql`` that is equivalent to the following .. code-block:: python @@ -482,11 +482,11 @@ Bug fixes - ``HDFStore`` - - will retain index attributes (freq,tz,name) on recreation (:issue:`3499`) - - will warn with a ``AttributeConflictWarning`` if you are attempting to append + - Will retain index attributes (freq,tz,name) on recreation (:issue:`3499`) + - Will warn with a ``AttributeConflictWarning`` if you are attempting to append an index with a different frequency than the existing, or attempting to append an index with a different name than the existing - - support datelike columns with a timezone as data_columns (:issue:`2852`) + - Support datelike columns with a timezone as data_columns (:issue:`2852`) - Non-unique index support clarified (:issue:`3468`). diff --git a/doc/source/whatsnew/v3.0.0.rst b/doc/source/whatsnew/v3.0.0.rst index 321005272817d..e5376177d3381 100644 --- a/doc/source/whatsnew/v3.0.0.rst +++ b/doc/source/whatsnew/v3.0.0.rst @@ -16,12 +16,12 @@ Enhancements .. _whatsnew_300.enhancements.enhancement1: -enhancement1 +Enhancement1 ^^^^^^^^^^^^ .. _whatsnew_300.enhancements.enhancement2: -enhancement2 +Enhancement2 ^^^^^^^^^^^^ .. _whatsnew_300.enhancements.other: