spark-instrumented-optimizer/python/pyspark/mllib
noelsmith 7c4f852bfc [DOC] [PYSPARK] [MLLIB] Added newlines to docstrings to fix parameter formatting
Added newlines before `:param ...:` and `:return:` markup. Without these, parameter lists aren't formatted correctly in the API docs. I.e:

![screen shot 2015-09-21 at 21 49 26](https://cloud.githubusercontent.com/assets/11915197/10004686/de3c41d4-60aa-11e5-9c50-a46dcb51243f.png)

.. looks like this once newline is added:

![screen shot 2015-09-21 at 21 50 14](https://cloud.githubusercontent.com/assets/11915197/10004706/f86bfb08-60aa-11e5-8524-ae4436713502.png)

Author: noelsmith <mail@noelsmith.com>

Closes #8851 from noel-smith/docstring-missing-newline-fix.
2015-09-21 14:24:19 -07:00
..
linalg [DOC] [PYSPARK] [MLLIB] Added newlines to docstrings to fix parameter formatting 2015-09-21 14:24:19 -07:00
stat [SPARK-8996] [MLLIB] [PYSPARK] Python API for Kolmogorov-Smirnov Test 2015-07-20 09:00:01 -07:00
__init__.py [SPARK-8032] [PYSPARK] Make version checking for NumPy in MLlib more robust 2015-06-02 23:24:47 -07:00
classification.py [SPARK-10194] [MLLIB] [PYSPARK] SGD algorithms need convergenceTol parameter in Python 2015-09-14 12:08:52 -07:00
clustering.py [SPARK-7105] [PYSPARK] [MLLIB] Support model save/load in GMM 2015-07-28 15:00:25 -07:00
common.py [SPARK-6485] [MLLIB] [PYTHON] Add CoordinateMatrix/RowMatrix/IndexedRowMatrix to PySpark. 2015-08-04 16:30:03 -07:00
evaluation.py [DOC] [PYSPARK] [MLLIB] Added newlines to docstrings to fix parameter formatting 2015-09-21 14:24:19 -07:00
feature.py [SPARK-10273] Add @since annotation to pyspark.mllib.feature 2015-09-14 21:58:52 -07:00
fpm.py [SPARK-10274] [MLLIB] Add @since annotation to pyspark.mllib.fpm 2015-09-17 08:50:46 -07:00
random.py [PYSPARK] [MLLIB] [DOCS] Replaced addversion with versionadded in mllib.random 2015-09-15 12:23:20 -07:00
recommendation.py [SPARK-10276] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.recommendation 2015-09-16 04:34:14 -07:00
regression.py [SPARK-10194] [MLLIB] [PYSPARK] SGD algorithms need convergenceTol parameter in Python 2015-09-14 12:08:52 -07:00
tests.py [SPARK-10615] [PYSPARK] change assertEquals to assertEqual 2015-09-18 09:53:52 -07:00
tree.py [SPARK-10278] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.tree 2015-09-17 08:48:45 -07:00
util.py [SPARK-10279] [MLLIB] [PYSPARK] [DOCS] Add @since annotation to pyspark.mllib.util 2015-09-17 08:50:00 -07:00