spenczar opened a new issue, #35413: URL: https://github.com/apache/arrow/issues/35413
### Describe the bug, including details regarding any error messages, version, and platform. https://arrow.apache.org/docs/python/api/arrays.html lists the concrete array types available in Pyarrow. But some are missing: https://github.com/apache/arrow/blob/205ceb99389d2d5060551ebcba17635185c74d9d/python/pyarrow/array.pxi#L1870-L1885 lists the float16/float32/float64 concrete array types, and they don't appear in the generated table, nor do their direct links (eg https://arrow.apache.org/docs/python/generated/pyarrow.DoubleArray.html) work. ### Component(s) Documentation, Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
