aboutsummaryrefslogtreecommitdiff
path: root/docs/api.md
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2012-09-13 16:52:53 -0700
committerAndy Konwinski <andyk@berkeley.edu>2012-09-13 17:17:58 -0700
commit6765d9727e6e374a8fc6a361c43e3ddc5c8e12db (patch)
treeadb1a8b749c2cb856f66ca78aa23026899069754 /docs/api.md
parent462cd8be60bcd78180a31641b20c6d313e91f56d (diff)
downloadspark-6765d9727e6e374a8fc6a361c43e3ddc5c8e12db.tar.gz
spark-6765d9727e6e374a8fc6a361c43e3ddc5c8e12db.tar.bz2
spark-6765d9727e6e374a8fc6a361c43e3ddc5c8e12db.zip
Adds a jekyll plugin (written in Ruby) to the _plugins directory
which generates scala doc by calling `sbt/sbt doc`, copies it over to docs, and updates the links from the api webpage to now point to the copied over scaladoc (making the _site directory easy to just copy over to a public website).
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api.md b/docs/api.md
index b0acbe34c5..8a01023ad4 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -5,7 +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]({{HOME_PATH}}../../core/target/scala-2.9.1/api/index.html)
-- [Examples]({{HOME_PATH}}../../examples/target/scala-2.9.1/api/index.html)
-- [Repl]({{HOME_PATH}}../../repl/target/scala-2.9.1/api/index.html)
-- [Bagel]({{HOME_PATH}}../../bagel/target/scala-2.9.1/api/index.html)
+- [Core](api/core/index.html)
+- [Examples](api/examples/index.html)
+- [Repl](api/repl/index.html)
+- [Bagel](api/bagel/index.html)