diff options
author | pierregm <pierregm@localhost> | 2009-10-22 12:05:34 +0000 |
---|---|---|
committer | pierregm <pierregm@localhost> | 2009-10-22 12:05:34 +0000 |
commit | bb129ca216f3b37b37f9e908ced5943f09994c02 (patch) | |
tree | f1bb195d574f80a28bb414557fa8be573d3ca0ea /doc/source/user/basic.io.rst | |
parent | c660ae4b3f7a4867c3a8081095f62f88b251b751 (diff) | |
download | numpy-bb129ca216f3b37b37f9e908ced5943f09994c02.tar.gz |
* Added docs on i/o with focus on genfromtxt
Diffstat (limited to 'doc/source/user/basic.io.rst')
-rw-r--r-- | doc/source/user/basic.io.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/user/basic.io.rst b/doc/source/user/basic.io.rst new file mode 100644 index 000000000..54ef758d5 --- /dev/null +++ b/doc/source/user/basic.io.rst @@ -0,0 +1,7 @@ +************** +I/O with Numpy +************** + +.. toctree:: + + basic.io.genfromtxt
\ No newline at end of file |