You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "spenczar (via GitHub)" <gi...@apache.org> on 2023/05/03 20:49:17 UTC

[GitHub] [arrow] spenczar opened a new issue, #35413: [Docs] DoubleArray and FloatingPointArray are missing from generated Python docs

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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] spenczar commented on issue #35413: [Docs] DoubleArray and FloatingPointArray are missing from generated Python docs

Posted by "spenczar (via GitHub)" <gi...@apache.org>.
spenczar commented on issue #35413:
URL: https://github.com/apache/arrow/issues/35413#issuecomment-1533733537

   It appears to me that this is because those types are not in the big list of exported types in https://github.com/apache/arrow/blob/205ceb99389d2d5060551ebcba17635185c74d9d/python/pyarrow/__init__.py#L200C1-L202. Is that an oversight, or intentional?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche closed issue #35413: [Docs] DoubleArray and FloatingPointArray are missing from generated Python docs

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche closed issue #35413: [Docs] DoubleArray and FloatingPointArray are missing from generated Python docs
URL: https://github.com/apache/arrow/issues/35413


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] AlenkaF commented on issue #35413: [Docs] DoubleArray and FloatingPointArray are missing from generated Python docs

Posted by "AlenkaF (via GitHub)" <gi...@apache.org>.
AlenkaF commented on issue #35413:
URL: https://github.com/apache/arrow/issues/35413#issuecomment-1537724743

   Thank you for reporting! I think this is not intentional.
   In the PR you could add a comment to generate the preview of the docs: `@github-actions crossbow submit preview-docs`.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org