aboutsummaryrefslogtreecommitdiff
path: root/docs/api.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into streamingTathagata Das2013-01-151-0/+1
|\ | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/rdd/CoGroupedRDD.scala core/src/main/scala/spark/rdd/FilteredRDD.scala docs/_layouts/global.html docs/index.md run
| * Add documentation for Python API.Josh Rosen2012-12-281-0/+1
| |
* | Updated Streaming Programming Guide.Tathagata Das2013-01-011-2/+3
|/
* Adds liquid variables to docs templating system so that they can be usedAndy Konwinski2012-10-081-3/+3
| | | | | | | | | 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.
* More updates to documentationMatei Zaharia2012-09-251-4/+3
|
* Adds a jekyll plugin (written in Ruby) to the _plugins directoryAndy Konwinski2012-09-131-4/+4
| | | | | | | 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).
* Making the link to api scaladocs work and migrating other code snippetsAndy Konwinski2012-09-121-0/+11
to use pygments syntax highlighting.