Lukasz Mentel created SPARK-43236:
-------------------------------------

             Summary: Sort entries in the pyspark API reference docs 
alphabetically
                 Key: SPARK-43236
                 URL: https://issues.apache.org/jira/browse/SPARK-43236
             Project: Spark
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 3.4.0, 3.3.2, 3.2.4, 3.3.1, 3.3.0
            Reporter: Lukasz Mentel


Currently the methods on a lot of api reference docs are nor sorted which makes 
navigation quite hard and unintuitive, e.g. 
[https://spark.apache.org/docs/latest/api/python/reference/pyspark.pandas/series.html#reindexing-selection-label-manipulation]

has the following order:
|[{{Series.equals}}|https://spark.apache.org/docs/latest/api/python/reference/pyspark.pandas/api/pyspark.pandas.Series.equals.html#pyspark.pandas.Series.equals](other)|Compare
 if the current value is equal to the other.|
|[{{Series.add_prefix}}|https://spark.apache.org/docs/latest/api/python/reference/pyspark.pandas/api/pyspark.pandas.Series.add_prefix.html#pyspark.pandas.Series.add_prefix](prefix)|Prefix
 labels with string ??prefix??.|
|[{{Series.add_suffix}}|https://spark.apache.org/docs/latest/api/python/reference/pyspark.pandas/api/pyspark.pandas.Series.add_suffix.html#pyspark.pandas.Series.add_suffix](suffix)|Suffix
 labels with string suffix.|
|[{{Series.first}}|https://spark.apache.org/docs/latest/api/python/reference/pyspark.pandas/api/pyspark.pandas.Series.first.html#pyspark.pandas.Series.first](offset)|Select
 first periods of time series data based on a date offset.|
|[{{Series.head}}|https://spark.apache.org/docs/latest/api/python/reference/pyspark.pandas/api/pyspark.pandas.Series.head.html#pyspark.pandas.Series.head]([n])|

 

Ideally the methods should be sorted alphabetically to make navigating the docs 
predictable.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to