8000 DOC: Added web docs for missing ma and strings routines by charris · Pull Request #26587 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: Added web docs for missing ma and strings routines #26587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
10000
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions doc/source/reference/routines.ma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,25 @@ Miscellanea

ma.allequal
ma.allclose
ma.amax
ma.amin
ma.apply_along_axis
ma.apply_over_axes
ma.arange
ma.choose
ma.compress_nd
ma.convolve
ma.correlate
ma.ediff1d
ma.flatten_mask
ma.flatten_structured_array
ma.fromflex
ma.indices
ma.left_shift
ma.ndim
ma.put
ma.putmask
ma.right_shift
ma.round_
ma.take
ma.where
4 changes: 4 additions & 0 deletions doc/source/reference/routines.strings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ String operations
:toctree: generated/

add
center
capitalize
decode
encode
ljust
lower
lstrip
Expand Down
0