aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
Commit message (Collapse)AuthorAgeFilesLines
* Updates to documentation:Matei Zaharia2012-10-091-5/+5
| | | | | | | | - Edited quick start and tuning guide to simplify them a little - Simplified top menu bar - Made private a SparkContext constructor parameter that was left as public - Various small fixes
* Updating lots of docs to use the new special version number variables,Andy Konwinski2012-10-081-4/+5
| | | | | also adding the version to the navbar so it is easy to tell which version of Spark these docs were compiled for.
* Adds liquid variables to docs templating system so that they can be usedAndy Konwinski2012-10-081-16/+16
| | | | | | | | | 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.
* Links quick start from nav barMatei Zaharia2012-10-051-0/+1
|
* Updates to standalone cluster, web UI and deploy docs.Matei Zaharia2012-09-261-1/+1
|
* More updates to docs, including tuning guideMatei Zaharia2012-09-261-0/+1
|
* Doc fixesMatei Zaharia2012-09-251-1/+1
|
* Various enhancements to the programming guide and HTML/CSSMatei Zaharia2012-09-251-5/+22
|
* More updates to documentationMatei Zaharia2012-09-251-1/+1
|
* Update license info on deploy scriptsMatei Zaharia2012-09-251-26/+11
|
* - Add docs/api to .gitignoreAndy Konwinski2012-09-161-8/+38
| | | | | | | | | | | | | - Rework/expand the nav bar with more of the docs site - Removing parts of docs about EC2 and Mesos that differentiate between running 0.5 and before - Merged subheadings from running-on-amazon-ec2.html that are still relevant (i.e., "Using a newer version of Spark" and "Accessing Data in S3") into ec2-scripts.html and deleted running-on-amazon-ec2.html - Added some TODO comments to a few docs - Updated the blurb about AMP Camp - Renamed programming-guide to spark-programming-guide - Fixing typos/etc. in Standalone Spark doc
* Re-enabling responsive for better looking padding and more sane resizing,Andy Konwinski2012-09-131-28/+20
| | | | but removed the collapsable stuff from the nav bar.
* More crisp logo created from vector source (ai) and disabledAndy Konwinski2012-09-131-2/+3
| | | | | responsive css (so nav menu doesn't switch to collapsed version for narrow viewports).
* Replaces "Spark" word in nav bar with logo.Andy Konwinski2012-09-131-1/+1
|
* Merge remote-tracking branch 'public-spark/dev' into docAndy Konwinski2012-09-131-1/+1
|\
| * Fixed navbar style problemDenny2012-09-131-1/+1
| |
* | Making the link to api scaladocs work and migrating other code snippetsAndy Konwinski2012-09-121-1/+1
|/ | | | to use pygments syntax highlighting.
* Small tweaks to generated doc pagesMatei Zaharia2012-09-121-0/+2
|
* Adds syntax highlighting (via pygments), and some style tweaks to make thingsAndy Konwinski2012-09-121-8/+9
| | | | easier to read.
* Adding docs directory containing documentation currently on the wikiAndy Konwinski2012-09-122-0/+266
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`.