Skip to content

Commit 50a1669

Browse files
committed
Move some text around in the index page
1 parent c68650e commit 50a1669

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/index.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ strict/minimal:
131131
functions](https://data-apis.org/array-api/latest/API_specification/creation_functions.html)
132132
such as `asarray`.
133133

134+
- Optional behavior such as [optional
135+
extensions](https://data-apis.org/array-api/latest/extensions/index.html),
136+
functions that use data-dependent shapes, and boolean indexing are enabled
137+
by default but can disabled with the [array-api-strict
138+
flags](array-api-strict-flags).
139+
134140
## Caveats
135141

136142
array-api-strict is a thin pure Python wrapper around NumPy. NumPy 2.0 fully
@@ -170,11 +176,7 @@ issue, but this hasn't necessarily been tested thoroughly.
170176
this deviation may be tested with type checking. This [behavior may improve
171177
in the future](https://github.com/data-apis/array-api-strict/issues/6).
172178

173-
5. By default, all extensions in the standard are enabled, as well as optional
174-
behaviors such as data-dependent shapes and boolean indexing. These can be
175-
disabled with the [array-api-strict flags](array-api-strict-flags).
176-
177-
6. array-api-strict currently uses the 2022.12 version of the array API
179+
5. array-api-strict currently uses the 2022.12 version of the array API
178180
standard by default. Support for 2023.12 is implemented but is still
179181
experimental and not fully tested. It can be enabled with
180182
{func}`array_api_strict.set_array_api_strict_flags(api_version='2023.12')

0 commit comments

Comments
 (0)