You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* DOC: Fix various warnings
I'm trying to get our doc build cleaned up. Just fixing warnings in this one
(mostly formatting, some references).
Section name warnings
Warning from computation.rst
Remove references to invalid index / columns
Various docstring fixups
More warnings
More warnings
* match NaT doc
* DOC: Remove duplicate sections
* More warnings
* fixup
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.15.2.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ Other enhancements:
163
163
p.all()
164
164
165
165
- Added support for ``utcfromtimestamp()``, ``fromtimestamp()``, and ``combine()`` on `Timestamp` class (:issue:`5351`).
166
-
- Added Google Analytics (`pandas.io.ga`) basic documentation (:issue:`8835`). See `here<http://pandas.pydata.org/pandas-docs/version/0.15.2/remote_data.html#remote-data-ga>`__.
166
+
- Added Google Analytics (`pandas.io.ga`) basic documentation (:issue:`8835`). See `here<http://pandas.pydata.org/pandas-docs/version/0.15.2/remote_data.html#remote-data-ga>`__.
167
167
- ``Timedelta`` arithmetic returns ``NotImplemented`` in unknown cases, allowing extensions by custom classes (:issue:`8813`).
168
168
- ``Timedelta`` now supports arithemtic with ``numpy.ndarray`` objects of the appropriate dtype (numpy 1.8 or newer only) (:issue:`8884`).
169
169
- Added ``Timedelta.to_timedelta64()`` method to the public API (:issue:`8884`).
0 commit comments