You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Bryan Cutler (JIRA)" <ji...@apache.org> on 2015/10/21 00:51:27 UTC

[jira] [Created] (SPARK-11219) Make Parameter Description Format Consistent in PySpark.MLlib

Bryan Cutler created SPARK-11219:
------------------------------------

             Summary: Make Parameter Description Format Consistent in PySpark.MLlib
                 Key: SPARK-11219
                 URL: https://issues.apache.org/jira/browse/SPARK-11219
             Project: Spark
          Issue Type: Documentation
          Components: Documentation, MLlib, PySpark
            Reporter: Bryan Cutler
            Priority: Trivial


There are several different formats for describing params in PySpark.MLlib, making it unclear what the preferred way to document is, i.e. vertical alignment vs single line.

This is to agree on a format and make it consistent across PySpark.MLlib.

Following the discussion in SPARK-10560, using a 2 lines with an indentation is both readable and doesn't lead to changing many lines when adding/removing parameters.

Example:
{noformat}
:param stepSize:
  Step size for each iteration of gradient descent. (default: 0.1)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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