diff options
author | melissawm <melissawm.github@gmail.com> | 2021-11-09 17:59:50 -0300 |
---|---|---|
committer | melissawm <melissawm.github@gmail.com> | 2021-11-22 11:25:20 -0300 |
commit | 7ce32d6188fcb76ad4790dd9679abdb3b7a6dacf (patch) | |
tree | 9e021af1994e9edd416fbaf80fe4f1a19b58f968 /doc/source/reference/arrays.classes.rst | |
parent | fc56a4d93943c8ac3b047b33b65e5bb554ae62ab (diff) | |
download | numpy-7ce32d6188fcb76ad4790dd9679abdb3b7a6dacf.tar.gz |
Addressing review comments
Diffstat (limited to 'doc/source/reference/arrays.classes.rst')
-rw-r--r-- | doc/source/reference/arrays.classes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.classes.rst b/doc/source/reference/arrays.classes.rst index 92c271f6b..d79c2e78a 100644 --- a/doc/source/reference/arrays.classes.rst +++ b/doc/source/reference/arrays.classes.rst @@ -42,6 +42,7 @@ however, of why your subroutine may not be able to handle an arbitrary subclass of an array is that matrices redefine the "*" operator to be matrix-multiplication, rather than element-by-element multiplication. +.. _special-attributes-and-methods: Special attributes and methods ============================== |