From ca2c999e0fd97a29b20bd3990b6e57d9e0db5d0a Mon Sep 17 00:00:00 2001 From: Andy Konwinski Date: Wed, 12 Sep 2012 23:05:47 -0700 Subject: Making the link to api scaladocs work and migrating other code snippets to use pygments syntax highlighting. --- docs/api.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/api.md (limited to 'docs/api.md') diff --git a/docs/api.md b/docs/api.md new file mode 100644 index 0000000000..b0acbe34c5 --- /dev/null +++ b/docs/api.md @@ -0,0 +1,11 @@ +--- +layout: global +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) -- cgit v1.2.3