itholic commented on code in PR #44012:
URL: https://github.com/apache/spark/pull/44012#discussion_r1405238199


##########
python/docs/source/reference/pyspark.pandas/frame.rst:
##########
@@ -319,8 +320,8 @@ specific plotting methods of the form 
``DataFrame.plot.<kind>``.
 
 .. autosummary::
    :toctree: api/
+   :template: autosummary/accessor_method.rst
 
-   DataFrame.plot

Review Comment:
   In newer versions of Sphinx, the build will fail because `DataFrame.plot` 
and `Series.plot` are determined to be duplicates of the list of functions 
described below.
   
   In fact, this behavior seems reasonable since `.plot` is simply an accessor 
keyword and not a function, so I believe we can just simply leave it out of the 
document.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to