aboutsummaryrefslogtreecommitdiff
path: root/python/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'python/docs/index.rst')
-rw-r--r--python/docs/index.rst37
1 files changed, 37 insertions, 0 deletions
diff --git a/python/docs/index.rst b/python/docs/index.rst
new file mode 100644
index 0000000000..25b3f9bd93
--- /dev/null
+++ b/python/docs/index.rst
@@ -0,0 +1,37 @@
+.. pyspark documentation master file, created by
+ sphinx-quickstart on Thu Aug 28 15:17:47 2014.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Welcome to PySpark API reference!
+===================================
+
+Contents:
+
+.. toctree::
+ :maxdepth: 2
+
+ pyspark
+ pyspark.sql
+ pyspark.mllib
+
+
+Core classes:
+---------------
+
+ :class:`pyspark.SparkContext`
+
+ Main entry point for Spark functionality.
+
+ :class:`pyspark.RDD`
+
+ A Resilient Distributed Dataset (RDD), the basic abstraction in Spark.
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+