aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEvan Sparks <evan.sparks@gmail.com>2013-08-12 12:12:12 -0700
committerEvan Sparks <evan.sparks@gmail.com>2013-08-12 12:12:12 -0700
commit4346f0a1e9494216f318ba833b05607bdd61384f (patch)
treeb45051f69c6006ad298c084f7146e1aed1c71906 /docs
parentea1b4baabd24cffbde190c34ac4cce1ccb55ab52 (diff)
parent8b5e3e2eb5cdca079dd4f49a1a592a26b1ff48e1 (diff)
downloadspark-4346f0a1e9494216f318ba833b05607bdd61384f.tar.gz
spark-4346f0a1e9494216f318ba833b05607bdd61384f.tar.bz2
spark-4346f0a1e9494216f318ba833b05607bdd61384f.zip
Merge pull request #809 from shivaram/sgd-cleanup
Clean up scaladoc in ML Lib.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/_layouts/global.html1
-rw-r--r--docs/_plugins/copy_api_dirs.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index f06ab2d5b0..a76346f428 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -74,6 +74,7 @@
<li><a href="api/core/index.html">Spark Java/Scala (Scaladoc)</a></li>
<li><a href="api/pyspark/index.html">Spark Python (Epydoc)</a></li>
<li><a href="api/streaming/index.html">Spark Streaming Java/Scala (Scaladoc) </a></li>
+ <li><a href="api/mllib/index.html">Spark ML Library (Scaladoc) </a></li>
</ul>
</li>
diff --git a/docs/_plugins/copy_api_dirs.rb b/docs/_plugins/copy_api_dirs.rb
index 45ef4bba82..217254c59f 100644
--- a/docs/_plugins/copy_api_dirs.rb
+++ b/docs/_plugins/copy_api_dirs.rb
@@ -20,7 +20,7 @@ include FileUtils
if ENV['SKIP_API'] != '1'
# Build Scaladoc for Java/Scala
- projects = ["core", "examples", "repl", "bagel", "streaming"]
+ projects = ["core", "examples", "repl", "bagel", "streaming", "mllib"]
puts "Moving to project root and building scaladoc."
curr_dir = pwd