Skip to content

Commit 0d48908

Browse files
committed
Comments and new lines (minor)
1 parent f3954e0 commit 0d48908

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

core/src/main/scala/org/apache/spark/SparkContext.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,6 @@ class SparkContext(config: SparkConf) extends Logging {
10501050
}
10511051

10521052
/**
1053-
*
10541053
* Submit a job for execution and return a FutureJob holding the result.
10551054
*/
10561055
@Experimental

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pygments: true
2-
markdown: rdiscount
2+
markdown: kramdown
33

44
# These allow the documentation to be updated with nerw releases
55
# of Spark, Scala, and Mesos.

docs/_plugins/copy_api_dirs.rb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@
6262
File.open(css_file, 'a') { |f| f.write("\n" + css.join()) }
6363
end
6464

65-
# # Build Epydoc for Python
66-
# puts "Moving to python directory and building epydoc."
67-
# cd("../python")
68-
# puts `epydoc --config epydoc.conf`
69-
#
70-
# puts "Moving back into docs dir."
71-
# cd("../docs")
72-
#
73-
# puts "echo making directory pyspark"
74-
# mkdir_p "pyspark"
75-
#
76-
# puts "cp -r ../python/docs/. api/pyspark"
77-
# cp_r("../python/docs/.", "api/pyspark")
78-
#
79-
# cd("..")
65+
# Build Epydoc for Python
66+
puts "Moving to python directory and building epydoc."
67+
cd("../python")
68+
puts `epydoc --config epydoc.conf`
69+
70+
puts "Moving back into docs dir."
71+
cd("../docs")
72+
73+
puts "echo making directory pyspark"
74+
mkdir_p "pyspark"
75+
76+
puts "cp -r ../python/docs/. api/pyspark"
77+
cp_r("../python/docs/.", "api/pyspark")
78+
79+
cd("..")
8080
end

docs/js/api-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ function addBadges(allAnnotations, name, tag, html) {
2424
tags.prevAll("h4.signature").prepend(html);
2525
annotations.closest("div.fullcomment").prevAll("h4.signature").prepend(html);
2626
annotations.closest("div.fullcommenttop").prepend(html);
27-
}
27+
}

0 commit comments

Comments
 (0)