aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorHolden Karau <holden@pigscanfly.ca>2014-01-05 22:05:30 -0800
committerHolden Karau <holden@pigscanfly.ca>2014-01-05 22:05:30 -0800
commitd86dc74d796121b61ff43c632791c52dd49ff8ad (patch)
treeb04601ff15a651093d3a00e54c8f0e4630c72505 /docs/README.md
parentdf92f1c0254dc9073c18bc7b76f8b9523ecd7cec (diff)
downloadspark-d86dc74d796121b61ff43c632791c52dd49ff8ad.tar.gz
spark-d86dc74d796121b61ff43c632791c52dd49ff8ad.tar.bz2
spark-d86dc74d796121b61ff43c632791c52dd49ff8ad.zip
Code review feedback
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index e3d6c9a5bc..dfcf753553 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -27,10 +27,10 @@ To mark a block of code in your markdown to be syntax highlighted by jekyll duri
## API Docs (Scaladoc and Epydoc)
-You can build just the Spark scaladoc by running `sbt doc` from the SPARK_PROJECT_ROOT directory.
+You can build just the Spark scaladoc by running `sbt/sbt doc` from the SPARK_PROJECT_ROOT directory.
Similarly, you can build just the PySpark epydoc by running `epydoc --config epydoc.conf` from the SPARK_PROJECT_ROOT/pyspark directory.
-When you run `jekyll` in the docs directory, it will also copy over the scaladoc for the various Spark subprojects into the docs directory (and then also into the _site directory). We use a jekyll plugin to run `sbt doc` before building the site so if you haven't run it (recently) it may take some time as it generates all of the scaladoc. The jekyll plugin also generates the PySpark docs using [epydoc](http://epydoc.sourceforge.net/).
+When you run `jekyll` in the docs directory, it will also copy over the scaladoc for the various Spark subprojects into the docs directory (and then also into the _site directory). We use a jekyll plugin to run `sbt/sbt doc` before building the site so if you haven't run it (recently) it may take some time as it generates all of the scaladoc. The jekyll plugin also generates the PySpark docs using [epydoc](http://epydoc.sourceforge.net/).
NOTE: To skip the step of building and copying over the Scala and Python API docs, run `SKIP_API=1 jekyll`.