diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-22 05:34:29 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-22 06:04:28 +0200 |
commit | 9a02ff1dd2fc8bd1656d7e70aabe573f5a83bc65 (patch) | |
tree | c29bdd8b4a349bbbdfad3a0ab85f5cf7fff26f55 /numpy/tests/test_public_api.py | |
parent | b5c17335cdff6089850c163ed213e7a66eebe9aa (diff) | |
download | numpy-9a02ff1dd2fc8bd1656d7e70aabe573f5a83bc65.tar.gz |
DOC: add up-to-date numpy.linalg docstring, remove info.py file
Docstring isn't used to render the html docs, that is controlled by
``routines.linalg.rst``. Still good to bring the contents of
function listings of the module docstring in line with that file.
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 176223795..487fae899 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -292,7 +292,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "lib.ufunclike", "lib.user_array", # note: not in np.lib, but probably should just be deleted "lib.utils", - "linalg.info", "linalg.lapack_lite", "linalg.linalg", "ma.bench", |