We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffb0f4 commit e512cf2Copy full SHA for e512cf2
doc/user-guide/computation.rst
@@ -761,7 +761,7 @@ any additional arguments:
761
762
For using more complex operations that consider some array values collectively,
763
it's important to understand the idea of "core dimensions" from NumPy's
764
-`generalized ufuncs <http://docs.scipy.org/doc/numpy/reference/c-api.generalized-ufuncs.html>`_. Core dimensions are defined as dimensions
+`generalized ufuncs <http://docs.scipy.org/doc/numpy/reference/c-api/generalized-ufuncs.html>`_. Core dimensions are defined as dimensions
765
that should *not* be broadcast over. Usually, they correspond to the fundamental
766
dimensions over which an operation is defined, e.g., the summed axis in
767
``np.sum``. A good clue that core dimensions are needed is the presence of an
0 commit comments