File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ API Reference
3
3
4
4
.. automodule :: array_api_strict
5
5
6
+ .. _array-api-strict-flags :
7
+
6
8
Array API Strict Flags
7
9
----------------------
8
10
@@ -12,7 +14,6 @@ Array API Strict Flags
12
14
13
15
.. autofunction :: get_array_api_strict_flags
14
16
15
- .. _set_array_api_strict_flags :
16
17
.. autofunction :: set_array_api_strict_flags
17
18
.. autofunction :: reset_array_api_strict_flags
18
19
.. autoclass :: ArrayAPIStrictFlags
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ array-api-strict currently supports the
20
20
version of the standard. Experimental
21
21
[ 2023.12] ( https://data-apis.org/array-api/latest/changelog.html#v2023-12 )
22
22
support is implemented, [ but must be enabled with a
23
- flag] ( set_array_api_strict_flags ) .
23
+ flag] ( array-api-strict-flags ) .
24
24
25
25
## Install
26
26
@@ -185,7 +185,7 @@ issue, but this hasn't necessarily been tested thoroughly.
185
185
6 . array-api-strict currently uses the 2022.12 version of the array API
186
186
standard. Support for 2023.12 is implemented but is still experimental and
187
187
not fully tested. It can be enabled with
188
- [ ` array_api_strict.set_array_api_strict_flags(api_version='2023.12') ` ] ( set_array_api_strict_flags ) .
188
+ {func} ` array_api_strict.set_array_api_strict_flags(api_version='2023.12') <array_api_strict. set_array_api_strict_flags> ` .
189
189
190
190
191
191
(numpy.array_api)=
You can’t perform that action at this time.
0 commit comments