aboutsummaryrefslogtreecommitdiff
path: root/docs/api.md
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2013-01-01 12:21:32 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2013-01-01 12:21:32 -0800
commit02497f0cd49a24ebc8b92d3471de250319fe56cd (patch)
tree380c9b0f813ae9f01e087919ce2b7ce8a2005187 /docs/api.md
parent18b9b3b99fd753899d19bd10f0dbef7d5c4ae8d7 (diff)
downloadspark-02497f0cd49a24ebc8b92d3471de250319fe56cd.tar.gz
spark-02497f0cd49a24ebc8b92d3471de250319fe56cd.tar.bz2
spark-02497f0cd49a24ebc8b92d3471de250319fe56cd.zip
Updated Streaming Programming Guide.
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/api.md b/docs/api.md
index 43548b223c..3a13e30f82 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -5,6 +5,7 @@ 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)