diff options
author | Adam Orr <adamjorr@gmail.com> | 2019-01-30 10:38:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 10:38:45 -0700 |
commit | 2c33d0dfdad51f85de5551a48a44c4083ff01b4e (patch) | |
tree | 8d2e68e6c758c21672272ee7daab46403de415b8 /doc/source | |
parent | da417627f6ffef5820d8c95140497ebde15c7e95 (diff) | |
download | numpy-2c33d0dfdad51f85de5551a48a44c4083ff01b4e.tar.gz |
DOC: add missing character routines, fix #8578
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/routines.char.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/reference/routines.char.rst b/doc/source/reference/routines.char.rst index 7413e3615..3f4efdfc5 100644 --- a/doc/source/reference/routines.char.rst +++ b/doc/source/reference/routines.char.rst @@ -20,6 +20,7 @@ String operations center decode encode + expandtabs join ljust lower @@ -63,9 +64,11 @@ String information :toctree: generated/ count + endswith find index isalpha + isalnum isdecimal isdigit islower @@ -76,6 +79,7 @@ String information rfind rindex startswith + str_len Convenience class ----------------- @@ -83,4 +87,6 @@ Convenience class .. autosummary:: :toctree: generated/ + array + asarray chararray |