summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-09-14 07:01:46 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-09-14 07:01:46 -0700
commit0262a60e3c1b182236a5ef1fd5b686e9d245301b (patch)
tree2b9b5cf3a2942d5ff68ab5a9c6e97a6cc76b8402 /numpy/add_newdocs.py
parent3e80e2a6c740ea8c4053e2000db295d284bb95af (diff)
parentd4ef9b119f0954123de9acf5cf1fcb5358d99110 (diff)
downloadnumpy-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 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 4916a9611..358c60f7b 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -4191,6 +4191,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('sort',
argsort : Indirect sort.
lexsort : Indirect stable sort on multiple keys.
searchsorted : Find elements in sorted array.
+ partition: Partial sort.
Notes
-----
@@ -4255,6 +4256,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('partition',
--------
numpy.partition : Return a parititioned copy of an array.
argpartition : Indirect partition.
+ sort : Full sort.
Notes
-----