From 03a39d9ca39b9d0b652b673d25736bce9d0e1b59 Mon Sep 17 00:00:00 2001 From: sinhrks Date: Thu, 21 May 2015 22:47:08 +0900 Subject: [PATCH] DOC: Add Index.difference to API --- doc/source/api.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/api.rst b/doc/source/api.rst index 3f47c0380116c..3b2e8b65768bb 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -1262,8 +1262,6 @@ Modifying and Computations Index.argmax Index.copy Index.delete - Index.diff - Index.sym_diff Index.drop Index.drop_duplicates Index.duplicated @@ -1309,15 +1307,17 @@ Time-specific operations Index.shift -Combining / joining / merging -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Combining / joining / set operations +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. autosummary:: :toctree: generated/ Index.append - Index.intersection Index.join + Index.intersection Index.union + Index.difference + Index.sym_diff Selecting ~~~~~~~~~