Skip to content

Commit 0af8935

Browse files
committed
DOC: Fix some whatsnew/v0.20.0.txt sphinx warnings
1 parent 54387ce commit 0af8935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/whatsnew/v0.20.0.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ New Behavior:
150150

151151
df[df.chromosomes != '1'].groupby('chromosomes', sort=False).sum()
152152

153-
.. _whatsnew_0200.enhancements.table_schema
153+
.. _whatsnew_0200.enhancements.table_schema:
154154

155155
Table Schema Output
156156
^^^^^^^^^^^^^^^^^^^
@@ -308,7 +308,7 @@ Using ``.iloc``. Here we will get the location of the 'A' column, then use *posi
308308
df.iloc[[0, 2], df.columns.get_loc('A')]
309309

310310

311-
.. _whatsnew.api_breaking.io_compat
311+
.. _whatsnew.api_breaking.io_compat:
312312

313313
Possible incompat for HDF5 formats for pandas < 0.13.0
314314
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -729,7 +729,7 @@ Bug Fixes
729729

730730
- Bug in the display of ``.info()`` where a qualifier (+) would always be displayed with a ``MultiIndex`` that contains only non-strings (:issue:`15245`)
731731

732-
- Bug in ``.asfreq()``, where frequency was not set for empty ``Series` (:issue:`14320`)
732+
- Bug in ``.asfreq()``, where frequency was not set for empty ``Series`` (:issue:`14320`)
733733

734734
- Bug in ``pd.read_msgpack()`` in which ``Series`` categoricals were being improperly processed (:issue:`14901`)
735735
- Bug in ``Series.ffill()`` with mixed dtypes containing tz-aware datetimes. (:issue:`14956`)

0 commit comments

Comments
 (0)