diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.sort.rst | 11 |
1 files changed, 9 insertions, 2 deletions
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 |