aboutsummaryrefslogtreecommitdiff
path: root/docs/api.md
diff options
context:
space:
mode:
authorMark Hamstra <markhamstra@gmail.com>2013-02-08 18:26:00 -0800
committerMark Hamstra <markhamstra@gmail.com>2013-02-08 18:26:00 -0800
commitb8863a79d3ce200e91c01f2e37b1e55d4c6187cc (patch)
tree91fee20be78f700102e1a432c0b3d3475ee3e0f9 /docs/api.md
parent934a53c8b677df524315a75011b4c9396eb4b54e (diff)
parentb53174a6f3acca1b2a1fb95eb9779f737c802f68 (diff)
downloadspark-b8863a79d3ce200e91c01f2e37b1e55d4c6187cc.tar.gz
spark-b8863a79d3ce200e91c01f2e37b1e55d4c6187cc.tar.bz2
spark-b8863a79d3ce200e91c01f2e37b1e55d4c6187cc.zip
Merge branch 'master' of https://github.com/mesos/spark into commutative
Conflicts: core/src/main/scala/spark/RDD.scala
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/api.md b/docs/api.md
index 43548b223c..e86d07770a 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -5,6 +5,8 @@ title: Spark API documentation (Scaladoc)
Here you can find links to the Scaladoc generated for the Spark sbt subprojects. If the following links don't work, try running `sbt/sbt doc` from the Spark project home directory.
-- [Core](api/core/index.html)
-- [Examples](api/examples/index.html)
+- [Spark](api/core/index.html)
+- [Spark Examples](api/examples/index.html)
+- [Spark Streaming](api/streaming/index.html)
- [Bagel](api/bagel/index.html)
+- [PySpark](api/pyspark/index.html)