diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-09-14 14:53:26 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-09-14 16:01:02 +0200 |
commit | d4ef9b119f0954123de9acf5cf1fcb5358d99110 (patch) | |
tree | 76105714c88bd73f38422a5b5a6dba4ea0d0e0da /doc | |
parent | f5fceebd33950113fe523c60c94f641fe8b3dce7 (diff) | |
download | numpy-d4ef9b119f0954123de9acf5cf1fcb5358d99110.tar.gz |
DOC: add isclose and partition to reference and link some docs
also drop sometrue/alltrue link, its equivalent to any/all.
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 --------- |