aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorNicholas Chammas <nicholas.chammas@gmail.com>2014-08-29 15:23:32 -0700
committerMichael Armbrust <michael@databricks.com>2014-08-29 15:23:32 -0700
commit53aa8316e88980c6f46d3b9fc90d935a4738a370 (patch)
tree10a6a970c99da3fd393f9ad66e2ac4557023f11e /docs/README.md
parente248328b39f52073422a12fd0388208de41be1c7 (diff)
downloadspark-53aa8316e88980c6f46d3b9fc90d935a4738a370.tar.gz
spark-53aa8316e88980c6f46d3b9fc90d935a4738a370.tar.bz2
spark-53aa8316e88980c6f46d3b9fc90d935a4738a370.zip
[Docs] SQL doc formatting and typo fixes
As [reported on the dev list](http://apache-spark-developers-list.1001551.n3.nabble.com/VOTE-Release-Apache-Spark-1-1-0-RC2-tp8107p8131.html): * Code fencing with triple-backticks doesn’t seem to work like it does on GitHub. Newlines are lost. Instead, use 4-space indent to format small code blocks. * Nested bullets need 2 leading spaces, not 1. * Spellcheck! Author: Nicholas Chammas <nicholas.chammas@gmail.com> Author: nchammas <nicholas.chammas@gmail.com> Closes #2201 from nchammas/sql-doc-fixes and squashes the following commits: 873f889 [Nicholas Chammas] [Docs] fix skip-api flag 5195e0c [Nicholas Chammas] [Docs] SQL doc formatting and typo fixes 3b26c8d [nchammas] [Spark QA] Link to console output on test time out
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index fd7ba4e0d7..0a0126c574 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -30,7 +30,7 @@ called `_site` containing index.html as well as the rest of the compiled files.
You can modify the default Jekyll build as follows:
# Skip generating API docs (which takes a while)
- $ SKIP_SCALADOC=1 jekyll build
+ $ SKIP_API=1 jekyll build
# Serve content locally on port 4000
$ jekyll serve --watch
# Build the site with extra features used on the live page