diff options
author | kritisingh1 <kritisingh1.ks@gmail.com> | 2019-07-06 18:08:53 +0530 |
---|---|---|
committer | kritisingh1 <kritisingh1.ks@gmail.com> | 2019-07-06 23:38:00 +0530 |
commit | 02b49b42baadbe70f6c98ad7ec37c02683a1698f (patch) | |
tree | 08b1190acdcb4cbb84157ed53f5cc55266be864d /doc/source/reference/routines.other.rst | |
parent | e145a74857a20e278bcb6e53f29080f1e073e4cd (diff) | |
download | numpy-02b49b42baadbe70f6c98ad7ec37c02683a1698f.tar.gz |
Removes duplicated docs for python functions
Diffstat (limited to 'doc/source/reference/routines.other.rst')
-rw-r--r-- | doc/source/reference/routines.other.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/reference/routines.other.rst b/doc/source/reference/routines.other.rst index 5bd5835f6..28c9a1ad1 100644 --- a/doc/source/reference/routines.other.rst +++ b/doc/source/reference/routines.other.rst @@ -52,4 +52,5 @@ Matlab-like Functions .. autosummary:: :toctree: generated/ - who
\ No newline at end of file + who + disp
\ No newline at end of file |