Are there ways to make the type hints for numpy arrays more human-readable? #417
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
infrastructure
Project infrastructure: dev tools, packaging, etc.
Is Your Feature Request Related to a Problem? Please Describe
Maybe that happens automatically if we move to Array API typing, but I would really like to just see, e.g.,
Array
,ComplexArray
,IntArray
, etc. there.This is independent of #381 (which is fantastic work) but I think this is harder to understand than just
array_like
as it would be innumpydoc
:With the links interspersed by
[]
and|
Raised by @ntessore on Slack
Describe the Solution You'd Like
No response
Describe Alternatives You've Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: