Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Jan 28, 2015
1 parent 54ca7df commit 14ae7e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
4 changes: 2 additions & 2 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2-SNAPSHOT'
version = '1.3-SNAPSHOT'
# The full version, including alpha/beta/rc tags.
release = '1.2-SNAPSHOT'
release = '1.3-SNAPSHOT'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions python/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Contents:
pyspark
pyspark.sql
pyspark.streaming
pyspark.ml
pyspark.mllib


Expand Down
12 changes: 0 additions & 12 deletions python/docs/pyspark.ml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ pyspark.ml module
.. automodule:: pyspark.ml
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

pyspark.ml.param module
-----------------------

.. automodule:: pyspark.ml.param
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

pyspark.ml.feature module
Expand All @@ -28,7 +18,6 @@ pyspark.ml.feature module
.. automodule:: pyspark.ml.feature
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

pyspark.ml.classification module
Expand All @@ -37,5 +26,4 @@ pyspark.ml.classification module
.. automodule:: pyspark.ml.classification
:members:
:undoc-members:
:show-inheritance:
:inherited-members:
2 changes: 1 addition & 1 deletion python/pyspark/ml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
from pyspark.ml.param import *
from pyspark.ml.pipeline import *

__all__ = ["Param", "Params", "Pipeline", "Transformer", "Estimator"]
__all__ = ["Param", "Params", "Transformer", "Estimator", "Pipeline"]

0 comments on commit 14ae7e2

Please sign in to comment.