aboutsummaryrefslogtreecommitdiff
path: root/python/docs
diff options
context:
space:
mode:
authorNicholas Chammas <nicholas.chammas@gmail.com>2016-08-06 05:02:59 +0100
committerSean Owen <sowen@cloudera.com>2016-08-06 05:02:59 +0100
commit2dd03886173f2f3b5c20fe14e9cdbd33480c1f36 (patch)
treeb339b17495d5fe0b214255d01fcab451f51002b6 /python/docs
parent14dba45208d8a5511be2cf8ddf22e688ef141e88 (diff)
downloadspark-2dd03886173f2f3b5c20fe14e9cdbd33480c1f36.tar.gz
spark-2dd03886173f2f3b5c20fe14e9cdbd33480c1f36.tar.bz2
spark-2dd03886173f2f3b5c20fe14e9cdbd33480c1f36.zip
[SPARK-16772][PYTHON][DOCS] Fix API doc references to UDFRegistration + Update "important classes"
## Proposed Changes * Update the list of "important classes" in `pyspark.sql` to match 2.0. * Fix references to `UDFRegistration` so that the class shows up in the docs. It currently [doesn't](http://spark.apache.org/docs/latest/api/python/pyspark.sql.html). * Remove some unnecessary whitespace in the Python RST doc files. I reused the [existing JIRA](https://issues.apache.org/jira/browse/SPARK-16772) I created last week for similar API doc fixes. ## How was this patch tested? * I ran `lint-python` successfully. * I ran `make clean build` on the Python docs and confirmed the results are as expected locally in my browser. Author: Nicholas Chammas <nicholas.chammas@gmail.com> Closes #14496 from nchammas/SPARK-16772-UDFRegistration.
Diffstat (limited to 'python/docs')
-rw-r--r--python/docs/index.rst1
-rw-r--r--python/docs/pyspark.sql.rst2
2 files changed, 0 insertions, 3 deletions
diff --git a/python/docs/index.rst b/python/docs/index.rst
index 306ffdb0e0..421c8de86a 100644
--- a/python/docs/index.rst
+++ b/python/docs/index.rst
@@ -50,4 +50,3 @@ Indices and tables
==================
* :ref:`search`
-
diff --git a/python/docs/pyspark.sql.rst b/python/docs/pyspark.sql.rst
index 3be9533c12..09848b8801 100644
--- a/python/docs/pyspark.sql.rst
+++ b/python/docs/pyspark.sql.rst
@@ -8,14 +8,12 @@ Module Context
:members:
:undoc-members:
-
pyspark.sql.types module
------------------------
.. automodule:: pyspark.sql.types
:members:
:undoc-members:
-
pyspark.sql.functions module
----------------------------
.. automodule:: pyspark.sql.functions