data-apis / array-api-strict

Strict implementation of the Python array API (previously numpy.array_api)
http://data-apis.org/array-api-strict/
Other
7 stars 4 forks source link

Document array API functions #32

Open asmeurer opened 4 months ago

asmeurer commented 4 months ago

Right now the documentation for the API just points to the standard. https://data-apis.org/array-api-strict/api.html#array-api-functions

It would be useful to have a short docstring for each function that points to its standard implementation, and includes any other relevant notes. Right now the docstrings point to the corresponding numpy functions, but pointing to the standard would be more appropriate.