You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2020/06/16 22:47:00 UTC

[jira] [Commented] (ARROW-8078) [Python] Missing links in the docs regarding field and schema DataTypes

    [ https://issues.apache.org/jira/browse/ARROW-8078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17137966#comment-17137966 ] 

Neal Richardson commented on ARROW-8078:
----------------------------------------

Unfortunately, it sounds like the recommendation of that (stale) sphinx issue is "reformat your hard drive"

Is there anything we can/should do for this issue?

> [Python] Missing links in the docs regarding field and schema DataTypes
> -----------------------------------------------------------------------
>
>                 Key: ARROW-8078
>                 URL: https://issues.apache.org/jira/browse/ARROW-8078
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Otávio Vasques
>            Priority: Major
>             Fix For: 1.0.0
>
>
> The current page of Data Types of the pyarrow documentation has a list of the different objects and types that you can use to build custom pyarrow schema. For a lot of them is possible to click in the white box around the module/object name and access a detailed description of the module/object. This is true for almost all the items but for field and schema it's not possible to access the detailed description althoug the corresponding URL (replacing the datatype for a known link with these examples) exists.
> Not sure if this is a bug or this boxes should point to another page but if not I think they should point to the correspoding detailed descriptions.
> Data Types: [https://arrow.apache.org/docs/python/api/datatypes.html]
> Sample Type Int 32: [https://arrow.apache.org/docs/python/generated/pyarrow.int32.html#pyarrow.int32]
> Field: [https://arrow.apache.org/docs/python/generated/pyarrow.field.html]
> Schema: [https://arrow.apache.org/docs/python/generated/pyarrow.schema.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)