diff options
author | khuynh <hkennyv@gmail.com> | 2021-10-31 11:10:28 -0700 |
---|---|---|
committer | khuynh <hkennyv@gmail.com> | 2021-10-31 11:11:17 -0700 |
commit | 9ee0a5e9d304eb793c464c9f3ecd4da5681af9d6 (patch) | |
tree | 179ce88bb27ea84364c06af8cd9d111e82fcb60c /doc/source | |
parent | 07447fd215ebffbce2f4e516ef02629e91fca6b0 (diff) | |
download | numpy-9ee0a5e9d304eb793c464c9f3ecd4da5681af9d6.tar.gz |
DOC: fix broken link in "What is NumPy?" to broadcasting
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/user/whatisnumpy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/whatisnumpy.rst b/doc/source/user/whatisnumpy.rst index 154f91c84..e152a4ae2 100644 --- a/doc/source/user/whatisnumpy.rst +++ b/doc/source/user/whatisnumpy.rst @@ -125,7 +125,7 @@ same shape, or a scalar and an array, or even two arrays of with different shapes, provided that the smaller array is "expandable" to the shape of the larger in such a way that the resulting broadcast is unambiguous. For detailed "rules" of broadcasting see -`basics.broadcasting`. +:ref:`Broadcasting <basics.broadcasting>`. Who Else Uses NumPy? -------------------- |