diff options
author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-09-16 21:23:40 +0200 |
---|---|---|
committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-09-16 21:23:40 +0200 |
commit | aecdb9fe513bf10df704466cf138a280354e3166 (patch) | |
tree | c2b08515034b9d3877c93c291ad9c93bd5069d0d /doc/source/reference/arrays.ndarray.rst | |
parent | 53b84fd2ae939911024d6f140e8d6686158e1731 (diff) | |
download | numpy-aecdb9fe513bf10df704466cf138a280354e3166.tar.gz |
DOC: Add links to the `__class_getitem__` docs
Diffstat (limited to 'doc/source/reference/arrays.ndarray.rst')
-rw-r--r-- | doc/source/reference/arrays.ndarray.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst index f2204752d..7831b5f2c 100644 --- a/doc/source/reference/arrays.ndarray.rst +++ b/doc/source/reference/arrays.ndarray.rst @@ -621,3 +621,10 @@ String representations: ndarray.__str__ ndarray.__repr__ + +Utility method for typing: + +.. autosummary:: + :toctree: generated/ + + ndarray.__class_getitem__ |