File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,16 @@ Array Method Helpers
21
21
--------------------
22
22
23
23
array-api-compat does not attempt to wrap or monkey patch the array object for
24
- any library. Consequently, any API differences for the [ array
25
- object]( https://data-apis.org/array-api/latest/API_specification/array_object.html)
24
+ any library. Consequently, any API differences for the ` array object
25
+ < https://data-apis.org/array-api/latest/API_specification/array_object.html> `__
26
26
cannot be directly wrapped. Some libraries do not define some of these methods
27
27
or define them differently. For these, helper functions are provided which can
28
28
be used instead.
29
29
30
30
Note that if you have a compatibility issue with an operator method (like
31
- `__add__ `, i.e., `+ `) you can prefer to use the corresponding [elementwise
32
- function](https://data-apis.org/array-api/latest/API_specification/elementwise_functions.html)
31
+ `__add__ `, i.e., `+ `) you can prefer to use the corresponding `elementwise
32
+ function
33
+ <https://data-apis.org/array-api/latest/API_specification/elementwise_functions.html> `__
33
34
instead, which would be wrapped.
34
35
35
36
.. autofunction :: device
You can’t perform that action at this time.
0 commit comments