aboutsummaryrefslogblamecommitdiff
path: root/python/epydoc.conf
blob: 45102cd9fece4bc801bb8577f30b859becf7df07 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                            
                                                                         
[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