Skip to content

DOC: Fix heading capitalization in doc/source/whatsnew - part3 (#32550) #33429

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
Apr 10, 2020
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions doc/source/whatsnew/v0.10.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_0100:

v0.10.0 (December 17, 2012)
---------------------------
Version 0.10.0 (December 17, 2012)
----------------------------------

{{ header }}

Expand Down Expand Up @@ -490,7 +490,7 @@ Updated PyTables support
however, query terms using the prior (undocumented) methodology are unsupported. You must read in the entire
file and write it out using the new format to take advantage of the updates.

N dimensional Panels (experimental)
N dimensional panels (experimental)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Adding experimental support for Panel4D and factory functions to create n-dimensional named panels.
Expand Down
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v0.10.1.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_0101:

v0.10.1 (January 22, 2013)
---------------------------
Version 0.10.1 (January 22, 2013)
---------------------------------

{{ header }}

Expand Down
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v0.11.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_0110:

v0.11.0 (April 22, 2013)
------------------------
Version 0.11.0 (April 22, 2013)
-------------------------------

{{ header }}

Expand Down
8 changes: 4 additions & 4 deletions doc/source/whatsnew/v0.12.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_0120:

v0.12.0 (July 24, 2013)
------------------------
Version 0.12.0 (July 24, 2013)
------------------------------

{{ header }}

Expand Down Expand Up @@ -177,8 +177,8 @@ API changes
``__repr__``). Plus string safety throughout. Now employed in many places
throughout the pandas library. (:issue:`4090`, :issue:`4092`)

I/O enhancements
~~~~~~~~~~~~~~~~
IO enhancements
~~~~~~~~~~~~~~~

- ``pd.read_html()`` can now parse HTML strings, files or urls and return
DataFrames, courtesy of @cpcloud. (:issue:`3477`, :issue:`3605`, :issue:`3606`, :issue:`3616`).
Expand Down
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v0.13.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_0130:

v0.13.0 (January 3, 2014)
---------------------------
Version 0.13.0 (January 3, 2014)
--------------------------------

{{ header }}

Expand Down
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v0.13.1.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_0131:

v0.13.1 (February 3, 2014)
--------------------------
Version 0.13.1 (February 3, 2014)
---------------------------------

{{ header }}

Expand Down
6 changes: 3 additions & 3 deletions doc/source/whatsnew/v0.8.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_080:

v0.8.0 (June 29, 2012)
------------------------
Version 0.8.0 (June 29, 2012)
-----------------------------

{{ header }}

Expand Down Expand Up @@ -42,7 +42,7 @@ Bug fixes to the 0.7.x series for legacy NumPy < 1.6 users will be provided as
they arise. There will be no more further development in 0.7.x beyond bug
fixes.

Time series changes and improvements
Time Series changes and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. note::
Expand Down
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v0.8.1.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_0801:

v0.8.1 (July 22, 2012)
----------------------
Version 0.8.1 (July 22, 2012)
-----------------------------

{{ header }}

Expand Down
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v0.9.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{{ header }}


v0.9.0 (October 7, 2012)
------------------------
Version 0.9.0 (October 7, 2012)
-------------------------------

This is a major release from 0.8.1 and includes several new features and
enhancements along with a large number of bug fixes. New features include
Expand Down
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v0.9.1.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_0901:

v0.9.1 (November 14, 2012)
--------------------------
Version 0.9.1 (November 14, 2012)
---------------------------------

{{ header }}

Expand Down
1 change: 1 addition & 0 deletions scripts/validate_rst_title_capitalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"BusinessHour",
"BusinessDay",
"DateOffset",
"Float64Index",
}

CAP_EXCEPTIONS_DICT = {word.lower(): word for word in CAPITALIZATION_EXCEPTIONS}
Expand Down