diff options
author | Michael Seifert <michaelseifert04@yahoo.de> | 2017-10-16 00:24:42 +0200 |
---|---|---|
committer | Michael Seifert <michaelseifert04@yahoo.de> | 2017-10-16 00:59:39 +0200 |
commit | d03de279c03e98af63347a251420f368caf92021 (patch) | |
tree | 419f401ff830b626767ec44fb80b50e9a731ee42 /numpy/doc/creation.py | |
parent | ebf4a6c1d19bff4fa8ea389836bdd15008e4bbfd (diff) | |
download | numpy-d03de279c03e98af63347a251420f368caf92021.tar.gz |
DOC: Replace PyFITS reference with Astropy and PyTables with h5py
[skip ci]
Diffstat (limited to 'numpy/doc/creation.py')
-rw-r--r-- | numpy/doc/creation.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/creation.py b/numpy/doc/creation.py index babe6a4d7..7de1c197c 100644 --- a/numpy/doc/creation.py +++ b/numpy/doc/creation.py @@ -103,8 +103,8 @@ may be others for which it is possible to read and convert to numpy arrays so check the last section as well) :: - HDF5: PyTables - FITS: PyFITS + HDF5: h5py + FITS: Astropy Examples of formats that cannot be read directly but for which it is not hard to convert are those formats supported by libraries like PIL (able to read and |