diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-09-14 07:01:46 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-09-14 07:01:46 -0700 |
commit | 0262a60e3c1b182236a5ef1fd5b686e9d245301b (patch) | |
tree | 2b9b5cf3a2942d5ff68ab5a9c6e97a6cc76b8402 /doc | |
parent | 3e80e2a6c740ea8c4053e2000db295d284bb95af (diff) | |
parent | d4ef9b119f0954123de9acf5cf1fcb5358d99110 (diff) | |
download | numpy-0262a60e3c1b182236a5ef1fd5b686e9d245301b.tar.gz |
Merge pull request #3741 from juliantaylor/doc-update
DOC: add isclose and partition to reference and link some docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.logic.rst | 1 | ||||
-rw-r--r-- | doc/source/reference/routines.sort.rst | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/reference/routines.logic.rst b/doc/source/reference/routines.logic.rst index 56e36f49a..88edde855 100644 --- a/doc/source/reference/routines.logic.rst +++ b/doc/source/reference/routines.logic.rst @@ -50,6 +50,7 @@ Comparison :toctree: generated/ allclose + isclose array_equal array_equiv diff --git a/doc/source/reference/routines.sort.rst b/doc/source/reference/routines.sort.rst index 517ea5897..2b36aec75 100644 --- a/doc/source/reference/routines.sort.rst +++ b/doc/source/reference/routines.sort.rst @@ -14,6 +14,8 @@ Sorting ndarray.sort msort sort_complex + partition + argpartition Searching --------- |