aboutsummaryrefslogtreecommitdiff
path: root/docs/contributing-to-spark.md
Commit message (Collapse)AuthorAgeFilesLines
* Work in progress:Matei Zaharia2013-09-081-21/+3
| | | | | | | - Add job scheduling docs - Rename some fair scheduler properties - Organize intro page better - Link to Apache wiki for "contributing to Spark"
* Fixes link to issue tracker in documentation page "Contributing to Spark".Andy Konwinski2013-02-191-1/+1
|
* Update issue tracker link in contributing guide.Josh Rosen2013-02-101-1/+1
|
* Adds liquid variables to docs templating system so that they can be usedAndy Konwinski2012-10-081-1/+1
| | | | | | | | | 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.
* Minor doc fixesMatei Zaharia2012-09-261-1/+4
|
* More updates to documentationMatei Zaharia2012-09-251-1/+8
|
* Small tweaks to generated doc pagesMatei Zaharia2012-09-121-2/+1
|
* Fixing lots of broken links.Andy Konwinski2012-09-121-16/+7
|
* Adding docs directory containing documentation currently on the wikiAndy Konwinski2012-09-121-0/+26
which can be compiled via jekyll, using the command `jekyll`. To compile and run a local webserver to serve the doc as a website, run `jekyll --server`.