File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1144,9 +1144,9 @@ Indexing
11441144
11451145Like NumPy, PyTensor distinguishes between *basic * and *advanced * indexing.
11461146PyTensor 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 >`_)
11481148and `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
11511151Index-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
You can’t perform that action at this time.
0 commit comments