From 3cd516191baadf8496ccdae499771020e89acd7e Mon Sep 17 00:00:00 2001 From: lewuathe Date: Wed, 17 Dec 2014 17:31:24 -0800 Subject: [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 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 --- python/pyspark/context.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/pyspark/context.py') diff --git a/python/pyspark/context.py b/python/pyspark/context.py index ed7351d60c..593d74bca5 100644 --- a/python/pyspark/context.py +++ b/python/pyspark/context.py @@ -407,7 +407,7 @@ class SparkContext(object): def binaryFiles(self, path, minPartitions=None): """ - :: Experimental :: + .. note:: Experimental Read a directory of binary files from HDFS, a local file system (available on all nodes), or any Hadoop-supported file system URI @@ -424,7 +424,7 @@ class SparkContext(object): def binaryRecords(self, path, recordLength): """ - :: Experimental :: + .. note:: Experimental Load data from a flat binary file, assuming each record is a set of numbers with the specified numerical format (see ByteBuffer), and the number of -- cgit v1.2.3