docs: `__array_namespace_info__` erroneously under an `info` namespace?
Nobody has claimed this yet.
Assessment
This issue has not been assessed yet.
Description
Why is this under array_api.info rather than array_api? One must include that in order to intersphinx:
But that is quite misleading:
>>> xp.__array_namespace_info__
<function __array_namespace_info__ at 0x108777060>
>>> xp.info.__array_namespace_info__
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
xp.info.__array_namespace_info__
^^^^^^^
File "/Users/lucascolley/Library/Caches/rattler/cache/cached-envs-v0/python-b99d679870876da1/lib/python3.14/site-packages/array_api_strict/__init__.py", line 362, in __getattr__
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
AttributeError: module 'array_api_strict' has no attribute 'info'. Did you mean: 'finfo'?
- Dominant language
- Python
- Stars
- 281
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from data-apis/array-api
-
bug Maintenance Narrative Content
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 50/100
All issues in data-apis/array-api
Similar issues
-
Add: hunch Open
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
AbdelStark/awesome-typesafe#104 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
DiamondLightSource/dodal#2211 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
openml/openml-python#1749 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
sipyourdrink-ltd/bernstein#6191 ·