Skip to content

Commit c68389e

Browse files
committed
Fix some RST syntax
1 parent 00d025d commit c68389e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/helper-functions.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ Array Method Helpers
2121
--------------------
2222

2323
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>`__
2626
cannot be directly wrapped. Some libraries do not define some of these methods
2727
or define them differently. For these, helper functions are provided which can
2828
be used instead.
2929

3030
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>`__
3334
instead, which would be wrapped.
3435

3536
.. autofunction:: device

0 commit comments

Comments
 (0)