From 52c29071a4ea59493206f5a6f00feefc22941e72 Mon Sep 17 00:00:00 2001 From: Andy Konwinski Date: Sun, 16 Sep 2012 15:28:52 -0700 Subject: - Add docs/api to .gitignore - 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7caa447fcb..2e8f53ce11 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ conf/java-opts conf/spark-env.sh conf/log4j.properties docs/_site +docs/api target/ reports/ .project -- cgit v1.2.3