Skip to content

Commit

Permalink
Comments and new lines (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 committed Apr 8, 2014
1 parent f3954e0 commit 0d48908
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
1 change: 0 additions & 1 deletion core/src/main/scala/org/apache/spark/SparkContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,6 @@ class SparkContext(config: SparkConf) extends Logging {
}

/**
*
* Submit a job for execution and return a FutureJob holding the result.
*/
@Experimental
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pygments: true
markdown: rdiscount
markdown: kramdown

# These allow the documentation to be updated with nerw releases
# of Spark, Scala, and Mesos.
Expand Down
30 changes: 15 additions & 15 deletions docs/_plugins/copy_api_dirs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@
File.open(css_file, 'a') { |f| f.write("\n" + css.join()) }
end

# # Build Epydoc for Python
# puts "Moving to python directory and building epydoc."
# cd("../python")
# puts `epydoc --config epydoc.conf`
#
# puts "Moving back into docs dir."
# cd("../docs")
#
# puts "echo making directory pyspark"
# mkdir_p "pyspark"
#
# puts "cp -r ../python/docs/. api/pyspark"
# cp_r("../python/docs/.", "api/pyspark")
#
# cd("..")
# Build Epydoc for Python
puts "Moving to python directory and building epydoc."
cd("../python")
puts `epydoc --config epydoc.conf`

puts "Moving back into docs dir."
cd("../docs")

puts "echo making directory pyspark"
mkdir_p "pyspark"

puts "cp -r ../python/docs/. api/pyspark"
cp_r("../python/docs/.", "api/pyspark")

cd("..")
end
2 changes: 1 addition & 1 deletion docs/js/api-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ function addBadges(allAnnotations, name, tag, html) {
tags.prevAll("h4.signature").prepend(html);
annotations.closest("div.fullcomment").prevAll("h4.signature").prepend(html);
annotations.closest("div.fullcommenttop").prepend(html);
}
}

0 comments on commit 0d48908

Please sign in to comment.