diff options
author | Pauli Virtanen <pav@iki.fi> | 2011-06-25 21:05:35 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2011-06-25 21:05:35 +0200 |
commit | 79a1db5a12b6310cc91294a92ecc0b8b6e6745f2 (patch) | |
tree | da3ea312e3e769cc89264863959cb36e08500d12 | |
parent | c6dfbdeb05c6251e5ea0e46291ed4b4d29ed7bbd (diff) | |
download | numpy-79a1db5a12b6310cc91294a92ecc0b8b6e6745f2.tar.gz |
DOC: list routines for dealing with raw binary files
-rw-r--r-- | doc/source/reference/routines.io.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/reference/routines.io.rst b/doc/source/reference/routines.io.rst index 1293acb48..6417dbf56 100644 --- a/doc/source/reference/routines.io.rst +++ b/doc/source/reference/routines.io.rst @@ -25,6 +25,14 @@ Text files ndarray.tofile ndarray.tolist +Raw binary files +---------------- + +.. autosummary:: + + fromfile + ndarray.tofile + String formatting ----------------- .. autosummary:: |