-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 7aaeda2 🚀
- Loading branch information
Showing
16 changed files
with
1,055 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 2cd708610d0c928b41fdaf042e47556e | ||
config: c1dbd23912ba4c237949b82bca10c0ea | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
API Reference | ||
============= | ||
|
||
.. automodule:: array_api_strict | ||
|
||
Array API Strict Flags | ||
---------------------- | ||
|
||
.. automodule:: array_api_strict._flags | ||
|
||
.. currentmodule:: array_api_strict | ||
|
||
.. autofunction:: get_array_api_strict_flags | ||
.. autofunction:: set_array_api_strict_flags | ||
.. autofunction:: reset_array_api_strict_flags | ||
.. autoclass:: ArrayAPIStrictFlags | ||
|
||
.. _environment-variables: | ||
|
||
Environment Variables | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Flags can also be set with environment variables. | ||
:func:`set_array_api_strict_flags` will override the values set by environment | ||
variables. Note that the environment variables will only change the defaults | ||
used by array-api-strict initially. They will not change the defaults used by | ||
:func:`reset_array_api_strict_flags`. | ||
|
||
.. envvar:: ARRAY_API_STRICT_API_VERSION | ||
|
||
A string representing the version number. | ||
|
||
.. envvar:: ARRAY_API_STRICT_DATA_DEPENDENT_SHAPES | ||
|
||
"True" or "False" to enable or disable data dependent shapes. | ||
|
||
.. envvar:: ARRAY_API_STRICT_ENABLED_EXTENSIONS | ||
|
||
A comma separated list of extensions to enable. | ||
|
||
Array API Functions | ||
-------------------- | ||
|
||
All functions and methods in | ||
the array API standard are implemented in array-api-strict. See the `Array API | ||
Standard | ||
<https://data-apis.org/array-api/latest/API_specification/index.html>`__ for | ||
full documentation for each function. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.