Repository: spark
Updated Branches:
  refs/heads/master 04c37b6f7 -> fc7838470


http://git-wip-us.apache.org/repos/asf/spark/blob/fc783847/project/plugins.sbt
----------------------------------------------------------------------
diff --git a/project/plugins.sbt b/project/plugins.sbt
index c25a258..0cd16fd 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -23,3 +23,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")
 
 addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.0")
 
+addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.0")

http://git-wip-us.apache.org/repos/asf/spark/blob/fc783847/python/epydoc.conf
----------------------------------------------------------------------
diff --git a/python/epydoc.conf b/python/epydoc.conf
index 081ed21..b73860b 100644
--- a/python/epydoc.conf
+++ b/python/epydoc.conf
@@ -18,8 +18,8 @@
 #
 
 # Information about the project.
-name: PySpark
-url: http://spark-project.org
+name: Spark 1.0.0 Python API Docs
+url: http://spark.apache.org
 
 # The list of modules to document.  Modules can be named using
 # dotted names, module filenames, or package directory names.

Reply via email to