aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql.py
diff options
context:
space:
mode:
authorlewuathe <lewuathe@me.com>2014-12-17 17:31:24 -0800
committerXiangrui Meng <meng@databricks.com>2014-12-17 17:31:24 -0800
commit3cd516191baadf8496ccdae499771020e89acd7e (patch)
tree879897b87f1874368f317b6586ff5651ec8e89a0 /python/pyspark/sql.py
parentca1260891adb87f4985d3cfc515b4756644630d0 (diff)
downloadspark-3cd516191baadf8496ccdae499771020e89acd7e.tar.gz
spark-3cd516191baadf8496ccdae499771020e89acd7e.tar.bz2
spark-3cd516191baadf8496ccdae499771020e89acd7e.zip
[SPARK-4822] Use sphinx tags for Python doc annotations
Modify python annotations for sphinx. There is no change to build process from. https://github.com/apache/spark/blob/master/docs/README.md Author: lewuathe <lewuathe@me.com> Closes #3685 from Lewuathe/sphinx-tag-for-pydoc and squashes the following commits: 88a0fd9 [lewuathe] [SPARK-4822] Fix DevelopApi and WARN tags 3d7a398 [lewuathe] [SPARK-4822] Use sphinx tags for Python doc annotations
Diffstat (limited to 'python/pyspark/sql.py')
-rw-r--r--python/pyspark/sql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyspark/sql.py b/python/pyspark/sql.py
index 1ee0b28a32..469f82473a 100644
--- a/python/pyspark/sql.py
+++ b/python/pyspark/sql.py
@@ -420,7 +420,7 @@ class StructType(DataType):
class UserDefinedType(DataType):
"""
- :: WARN: Spark Internal Use Only ::
+ .. note:: WARN: Spark Internal Use Only
SQL User-Defined Type (UDT).
"""