From 165d98d9a574aaba367f20b4fcd8dec7fda0bafb Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Sun, 16 Jan 2011 01:48:42 -0800 Subject: ENH: core: Switch nonzero to use the iterator as an example, add count_nonzero function --- doc/source/reference/routines.sort.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc/source') diff --git a/doc/source/reference/routines.sort.rst b/doc/source/reference/routines.sort.rst index 8dc769ea9..c10252c69 100644 --- a/doc/source/reference/routines.sort.rst +++ b/doc/source/reference/routines.sort.rst @@ -1,5 +1,5 @@ -Sorting and searching -===================== +Sorting, searching, and counting +================================ .. currentmodule:: numpy @@ -30,3 +30,10 @@ Searching where searchsorted extract + +Counting +-------- +.. autosummary:: + :toctree: generated/ + + count_nonzero -- cgit v1.2.1