tadeja commented on PR #49510: URL: https://github.com/apache/arrow/pull/49510#issuecomment-4056787541
Broken bool_ https://arrow.apache.org/docs/dev/python/generated/pyarrow.Bool8Array.html#pyarrow.Bool8Array.from_numpy <img width="581" height="98" alt="Screenshot 2026-03-13 at 18 21 12" src="https://github.com/user-attachments/assets/1624bdfa-8f72-47de-bc2e-acce46d0249c" /> and malformed `flatten` code example https://arrow.apache.org/docs/dev/python/generated/pyarrow.ListArray.html#pyarrow.ListArray.flatten <img width="587" height="556" alt="Screenshot 2026-03-13 at 18 25 00" src="https://github.com/user-attachments/assets/0ecbd0a2-ab3d-4df8-974b-38ab630ccceb" /> ``` docstring of pyarrow.lib.Bool8Array.from_numpy:2: ERROR: Unknown target name: "bool". [docutils] ... docstring of pyarrow.lib.BaseListArray.flatten:44: ERROR: Unexpected indentation. [docutils] docstring of pyarrow.lib.BaseListArray.flatten:47: WARNING: Definition list ends without a blank line; unexpected unindent. [docutils] docstring of pyarrow.lib.BaseListArray.flatten:49: ERROR: Unexpected indentation. [docutils] docstring of pyarrow.lib.BaseListArray.flatten:51: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] docstring of pyarrow.lib.BaseListArray.flatten:53: ERROR: Unexpected indentation. [docutils] docstring of pyarrow.lib.BaseListArray.flatten:55: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] docstring of pyarrow.lib.BaseListArray.flatten:56: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] ... ... ``` -- 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]
