aboutsummaryrefslogtreecommitdiff
path: root/docs/_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Update jekyll plugin to match docs/README.mdJey Kottalam2013-08-211-1/+1
|
* Clean up scaladoc in ML Lib.Shivaram Venkataraman2013-08-111-1/+1
| | | | | Also build and copy ML Lib scaladoc in Spark docs build. Some more minor cleanup with respect to naming, test locations etc.
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
|
* Updated Scala version in docs generation ruby script.Reynold Xin2013-05-161-1/+1
|
* Use a single setting for disabling API doc buildMatei Zaharia2013-02-251-3/+3
|
* Merge branch 'master' into streamingTathagata Das2013-01-151-0/+17
|\ | | | | | | | | | | | | | | | | 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
| * Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-011-4/+4
| |
| * Add epydoc API documentation for PySpark.Josh Rosen2012-12-271-0/+17
| |
* | Improved jekyll and scala docs. Made many classes and method private to ↵Tathagata Das2012-12-291-2/+2
|/ | | | remove them from scala docs.
* Documentation updatesMatei Zaharia2012-09-251-18/+20
|
* Update Jekyll plugin to look at Scala 2.9.2 docsMatei Zaharia2012-09-251-1/+1
|
* Adds a jekyll plugin (written in Ruby) to the _plugins directoryAndy Konwinski2012-09-131-0/+28
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).