From a42e3b7634901ebc2daa0dc8619c83b0afb61ebe Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Wed, 23 Jan 2019 14:48:46 -0600 Subject: [PATCH] DOC: fixups * Fixed heading on whatnew * Remove empty scalars.rst --- doc/source/api/scalars.rst | 0 doc/source/whatsnew/v0.24.0.rst | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 doc/source/api/scalars.rst diff --git a/doc/source/api/scalars.rst b/doc/source/api/scalars.rst deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/doc/source/whatsnew/v0.24.0.rst b/doc/source/whatsnew/v0.24.0.rst index 3dd345890881c..9198c610f0f44 100644 --- a/doc/source/whatsnew/v0.24.0.rst +++ b/doc/source/whatsnew/v0.24.0.rst @@ -13,6 +13,9 @@ What's New in 0.24.0 (January XX, 2019) These are the changes in pandas 0.24.0. See :ref:`release` for a full changelog including other versions of pandas. +Enhancements +~~~~~~~~~~~~ + Highlights include * :ref:`Optional Nullable Integer Support ` @@ -1165,7 +1168,7 @@ Other API Changes .. _whatsnew_0240.api.extension: ExtensionType Changes -^^^^^^^^^^^^^^^^^^^^^ +~~~~~~~~~~~~~~~~~~~~~ **Equality and Hashability**