aboutsummaryrefslogtreecommitdiff
path: root/python/epydoc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'python/epydoc.conf')
-rw-r--r--python/epydoc.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/epydoc.conf b/python/epydoc.conf
new file mode 100644
index 0000000000..45102cd9fe
--- /dev/null
+++ b/python/epydoc.conf
@@ -0,0 +1,19 @@
+[epydoc] # Epydoc section marker (required by ConfigParser)
+
+# Information about the project.
+name: PySpark
+url: http://spark-project.org
+
+# The list of modules to document. Modules can be named using
+# dotted names, module filenames, or package directory names.
+# This option may be repeated.
+modules: pyspark
+
+# Write html output to the directory "apidocs"
+output: html
+target: docs/
+
+private: no
+
+exclude: pyspark.cloudpickle pyspark.worker pyspark.join pyspark.serializers
+ pyspark.java_gateway pyspark.examples pyspark.shell pyspark.test