Github user mengxr commented on the pull request:
https://github.com/apache/spark/pull/10610#issuecomment-174641052
Some warning messages I got from running `make html` under `python/docs`:
~~~
/Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of
pyspark.mllib.regression.LinearRegressionWithSGD:3: ERROR: Unexpected
indentation.
/Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of
pyspark.mllib.regression.LinearRegressionWithSGD:4: WARNING: Block quote ends
without a blank line; unexpected unindent.
/Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of
pyspark.mllib.regression.RidgeRegressionWithSGD:3: ERROR: Unexpected
indentation.
/Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of
pyspark.mllib.regression.RidgeRegressionWithSGD:4: WARNING: Block quote ends
without a blank line; unexpected unindent.
/Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of
pyspark.mllib.regression.LassoWithSGD:3: ERROR: Unexpected indentation.
/Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of
pyspark.mllib.regression.LassoWithSGD:4: WARNING: Block quote ends without a
blank line; unexpected unindent.
/Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of
pyspark.mllib.regression.IsotonicRegression:7: ERROR: Unexpected indentation.
/Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of
pyspark.mllib.regression.IsotonicRegression:12: ERROR: Unexpected indentation.
~~~
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]