Skip to content

Commit 4fc8c25

Browse files
authored
DOC: Fix heading capitalization in doc/source/whatsnew - part3 (#32550) (#33429)
1 parent ef9b938 commit 4fc8c25

11 files changed

+25
-24
lines changed

doc/source/whatsnew/v0.10.0.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0100:
22

3-
v0.10.0 (December 17, 2012)
4-
---------------------------
3+
Version 0.10.0 (December 17, 2012)
4+
----------------------------------
55

66
{{ header }}
77

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

493-
N dimensional Panels (experimental)
493+
N dimensional panels (experimental)
494494
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
495495

496496
Adding experimental support for Panel4D and factory functions to create n-dimensional named panels.

doc/source/whatsnew/v0.10.1.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0101:
22

3-
v0.10.1 (January 22, 2013)
4-
---------------------------
3+
Version 0.10.1 (January 22, 2013)
4+
---------------------------------
55

66
{{ header }}
77

doc/source/whatsnew/v0.11.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0110:
22

3-
v0.11.0 (April 22, 2013)
4-
------------------------
3+
Version 0.11.0 (April 22, 2013)
4+
-------------------------------
55

66
{{ header }}
77

doc/source/whatsnew/v0.12.0.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0120:
22

3-
v0.12.0 (July 24, 2013)
4-
------------------------
3+
Version 0.12.0 (July 24, 2013)
4+
------------------------------
55

66
{{ header }}
77

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

180-
I/O enhancements
181-
~~~~~~~~~~~~~~~~
180+
IO enhancements
181+
~~~~~~~~~~~~~~~
182182

183183
- ``pd.read_html()`` can now parse HTML strings, files or urls and return
184184
DataFrames, courtesy of @cpcloud. (:issue:`3477`, :issue:`3605`, :issue:`3606`, :issue:`3616`).

doc/source/whatsnew/v0.13.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0130:
22

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

66
{{ header }}
77

doc/source/whatsnew/v0.13.1.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0131:
22

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

66
{{ header }}
77

doc/source/whatsnew/v0.8.0.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_080:
22

3-
v0.8.0 (June 29, 2012)
4-
------------------------
3+
Version 0.8.0 (June 29, 2012)
4+
-----------------------------
55

66
{{ header }}
77

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

45-
Time series changes and improvements
45+
Time Series changes and improvements
4646
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4747

4848
.. note::

doc/source/whatsnew/v0.8.1.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0801:
22

3-
v0.8.1 (July 22, 2012)
4-
----------------------
3+
Version 0.8.1 (July 22, 2012)
4+
-----------------------------
55

66
{{ header }}
77

doc/source/whatsnew/v0.9.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{{ header }}
44

55

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

99
This is a major release from 0.8.1 and includes several new features and
1010
enhancements along with a large number of bug fixes. New features include

doc/source/whatsnew/v0.9.1.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0901:
22

3-
v0.9.1 (November 14, 2012)
4-
--------------------------
3+
Version 0.9.1 (November 14, 2012)
4+
---------------------------------
55

66
{{ header }}
77

scripts/validate_rst_title_capitalization.py

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"BusinessHour",
100100
"BusinessDay",
101101
"DateOffset",
102+
"Float64Index",
102103
}
103104

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

0 commit comments

Comments
 (0)