aboutsummaryrefslogtreecommitdiff
path: root/pyspark/epydoc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pyspark/epydoc.conf')
-rw-r--r--pyspark/epydoc.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/pyspark/epydoc.conf b/pyspark/epydoc.conf
deleted file mode 100644
index 91ac984ba2..0000000000
--- a/pyspark/epydoc.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-[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