aboutsummaryrefslogtreecommitdiff
path: root/python/epydoc.conf
diff options
context:
space:
mode:
authorMatei Zaharia <matei@databricks.com>2013-12-29 20:15:07 -0500
committerMatei Zaharia <matei@databricks.com>2013-12-29 20:15:07 -0500
commiteaa8a68ff08304f713f4f75d39c61c020e0e691d (patch)
tree5543260c25af21555673154c0305a07e46f4ff6c /python/epydoc.conf
parent11540b798d622f3883cb40b20cc30ea7d894790a (diff)
downloadspark-eaa8a68ff08304f713f4f75d39c61c020e0e691d.tar.gz
spark-eaa8a68ff08304f713f4f75d39c61c020e0e691d.tar.bz2
spark-eaa8a68ff08304f713f4f75d39c61c020e0e691d.zip
Fix some Python docs and make sure to unset SPARK_TESTING in Python
tests so we don't get the test spark.conf on the classpath.
Diffstat (limited to 'python/epydoc.conf')
-rw-r--r--python/epydoc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/epydoc.conf b/python/epydoc.conf
index 0b42e729f8..95a6af0974 100644
--- a/python/epydoc.conf
+++ b/python/epydoc.conf
@@ -34,4 +34,4 @@ private: no
exclude: pyspark.cloudpickle pyspark.worker pyspark.join
pyspark.java_gateway pyspark.examples pyspark.shell pyspark.test
- pyspark.rddsampler pyspark.daemon
+ pyspark.rddsampler pyspark.daemon pyspark.mllib._common