Skip to content

Commit d2488d2

Browse files
committed
update the links
1 parent 646a734 commit d2488d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/library/tensor/basic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,9 +1144,9 @@ Indexing
11441144

11451145
Like NumPy, PyTensor distinguishes between *basic* and *advanced* indexing.
11461146
PyTensor fully supports basic indexing
1147-
(see `NumPy's indexing <http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html>`_)
1147+
(see `NumPy's indexing <https://numpy.org/doc/stable/user/basics.indexing.html>`_)
11481148
and `integer advanced indexing
1149-
<http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html#integer>`_.
1149+
<https://numpy.org/doc/stable/user/basics.indexing.html#integer-array-indexing>`_.
11501150

11511151
Index-assignment is *not* supported. If you want to do something like ``a[5]
11521152
= b`` or ``a[5]+=b``, see :func:`pytensor.tensor.subtensor.set_subtensor` and

0 commit comments

Comments
 (0)