diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2015-03-18 07:44:30 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2015-03-18 07:44:30 +0100 |
commit | dafb597e9d03607130c25afbee3d4bec34a68866 (patch) | |
tree | e09c5298a51e3ad6579a3062e9d429a86bbb1dd2 /doc | |
parent | c60f1c6d944b25c5a001cf80e9b65dd5d44ed85d (diff) | |
download | numpy-dafb597e9d03607130c25afbee3d4bec34a68866.tar.gz |
DOC: add array2string to reference guide and explain relation to array_repr/str
Closes gh-5684.
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.io.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.io.rst b/doc/source/reference/routines.io.rst index b99754912..ff8c05c16 100644 --- a/doc/source/reference/routines.io.rst +++ b/doc/source/reference/routines.io.rst @@ -42,6 +42,7 @@ String formatting .. autosummary:: :toctree: generated/ + array2string array_repr array_str |