aboutsummaryrefslogtreecommitdiff
path: root/docs/api.md
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2012-10-08 10:13:26 -0700
committerAndy Konwinski <andyk@berkeley.edu>2012-10-08 10:30:38 -0700
commit45d03231d0961677ea0372d36977cecf21ab62d0 (patch)
tree0928e51cf925b7b9baeda863e99dd936476a28d5 /docs/api.md
parentefc5423210d1aadeaea78273a4a8f10425753079 (diff)
downloadspark-45d03231d0961677ea0372d36977cecf21ab62d0.tar.gz
spark-45d03231d0961677ea0372d36977cecf21ab62d0.tar.bz2
spark-45d03231d0961677ea0372d36977cecf21ab62d0.zip
Adds liquid variables to docs templating system so that they can be used
throughout the docs: SPARK_VERSION, SCALA_VERSION, and MESOS_VERSION. To use them, e.g. use {{site.SPARK_VERSION}}. Also removes uses of {{HOME_PATH}} which were being resolved to "" by the templating system anyway.
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api.md b/docs/api.md
index 3bdac174f9..43548b223c 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -5,6 +5,6 @@ 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}}api/core/index.html)
-- [Examples]({{HOME_PATH}}api/examples/index.html)
-- [Bagel]({{HOME_PATH}}api/bagel/index.html)
+- [Core](api/core/index.html)
+- [Examples](api/examples/index.html)
+- [Bagel](api/bagel/index.html)