ianmcook opened a new issue, #44711: URL: https://github.com/apache/arrow/issues/44711
### Describe the bug, including details regarding any error messages, version, and platform. Some of the canonical extension types which are implemented in PyArrow are missing from the PyArrow arrays and datatypes docs pages. For example, Opaque is there, but JSON, UUID, and Bool8 are missing. The docs pages with the missing entries: https://arrow.apache.org/docs/dev/python/api/arrays.html https://arrow.apache.org/docs/dev/python/api/datatypes.html The RST sources for those pages: https://github.com/apache/arrow/blob/main/docs/source/python/api/arrays.rst https://github.com/apache/arrow/blob/main/docs/source/python/api/datatypes.rst You can look through the associated PXI files to check what's missing: https://github.com/apache/arrow/blob/main/python/pyarrow/array.pxi https://github.com/apache/arrow/blob/main/python/pyarrow/types.pxi ### 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org