You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyunwoo Park (Jira)" <ji...@apache.org> on 2022/06/13 15:14:00 UTC

[jira] [Created] (SPARK-39456) Fix broken function links in the auto-generated documetation on pandas API support list.

Hyunwoo Park created SPARK-39456:
------------------------------------

             Summary: Fix broken function links in the auto-generated documetation on pandas API support list.
                 Key: SPARK-39456
                 URL: https://issues.apache.org/jira/browse/SPARK-39456
             Project: Spark
          Issue Type: Improvement
          Components: PySpark
    Affects Versions: 3.4.0
            Reporter: Hyunwoo Park


In the auto-generated documentation on pandas API support list, there are cases where the link of the function property provided in the document is not connected, so it needs to be corrected.

The current 'supported API generation' function dynamically compares the modules of `{{{}PySpark.pandas`{}}} and `{{{}pandas`{}}} to find the difference. At this time, the inherited class is also aggregated, and the link is not generated correctly (such as {{`CategoricalIndex.all()`}} is used internally by inheriting `{{{}Index.all()`{}}}.) because it does not match the pattern of each API document.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org