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
2121--------------------
2222
2323array-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> `__
2626cannot be directly wrapped. Some libraries do not define some of these methods
2727or define them differently. For these, helper functions are provided which can
2828be used instead.
2929
3030Note 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> `__
3334instead, which would be wrapped.
3435
3536.. autofunction :: device
You can’t perform that action at this time.
0 commit comments