diff options
| author | Sebastian Berg <sebastianb@nvidia.com> | 2022-11-22 13:35:14 +0100 |
|---|---|---|
| committer | Sebastian Berg <sebastianb@nvidia.com> | 2022-11-30 12:07:51 +0100 |
| commit | 7dce375bcf99eb0019f6956241cce941c31ec8b4 (patch) | |
| tree | 4700e0b12b8bbaf7953ea5af8e2d302e7375f614 /doc | |
| parent | 86029d0188e371d70b90d224c3f0061997f86fc5 (diff) | |
| download | numpy-7dce375bcf99eb0019f6956241cce941c31ec8b4.tar.gz | |
DOC: Document exceptions and warnings in the refguide
AxisError did exist, but e.g. ComplexWarning wasn't even properly
included.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/reference/routines.other.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/source/reference/routines.other.rst b/doc/source/reference/routines.other.rst index e980406eb..7b60545f1 100644 --- a/doc/source/reference/routines.other.rst +++ b/doc/source/reference/routines.other.rst @@ -58,9 +58,4 @@ Matlab-like Functions who disp -Exceptions ----------- -.. autosummary:: - :toctree: generated/ - - AxisError +.. automodule:: numpy.exceptions |
