Skip to content

Commit

Permalink
Merge pull request #10185 from sinhrks/diff_doc
Browse files Browse the repository at this point in the history
DOC: Add Index.difference to API doc
  • Loading branch information
jorisvandenbossche committed May 23, 2015
2 parents 66fc3cb + 03a39d9 commit 9b04bd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
~~~~~~~~~
Expand Down

0 comments on commit 9b04bd0

Please sign in to comment.