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

Skip to content

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

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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DOC: Added web docs for missing strings routines
This commit updates routines.strings.rst to enable webdocs for
for several routings in the `strings` module. See #21351 for a
script to automatically locate similar issues.

[skip actions] [skip azp] [skip cirrus]
  • Loading branch information
bmwoodruff committed May 29, 2024
commit b134742ad293f2aedef277e379795341b6d028a6
5 changes: 5 additions & 0 deletions doc/source/reference/routines.strings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ String operations
:toctree: generated/

add
center
capitalize
decode
encode
expandtabs
ljust
lower
lstrip
Expand Down
0