Skip to content
Snippets Groups Projects
Commit 89f8e1c2 authored by Andy Konwinski's avatar Andy Konwinski
Browse files

Merge remote-tracking branch 'public-spark/dev' into add-version-vars-to-docs

Conflicts:
	docs/quick-start.md
parents 45d03231 88152e21
No related branches found
No related tags found
No related merge requests found
......@@ -73,8 +73,13 @@ a:hover code {
* using solution at http://stackoverflow.com/questions/8878033/how-
* to-make-twitter-bootstrap-menu-dropdown-on-hover-rather-than-click
**/
.dropdown-menu {
/* Remove the default 2px top margin which causes a small
gap between the hover trigger area and the popup menu */
margin-top: 0;
}
ul.nav li.dropdown:hover ul.dropdown-menu{
display: block;
display: block;
}
a.menu:after, .dropdown-toggle:after {
content: none;
......
......@@ -8,7 +8,7 @@ title: Spark Quick Start
# Introduction
This document provides a quick-and-dirty look at Spark's API. See the [programming guide](scala-programming-guide.html) for a complete reference. To follow along with this guide, you only need to have successfully [built spark]() on one machine. Building Spark is as simple as running
This document provides a quick-and-dirty look at Spark's API. See the [programming guide](scala-programming-guide.html) for a complete reference. To follow along with this guide, you only need to have successfully built Spark on one machine. Building Spark is as simple as running
{% highlight bash %}
$ sbt/sbt package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment