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


##########
python/docs/source/reference/pyspark.pandas/frame.rst:
##########
@@ -299,6 +299,7 @@ in Spark. These can be accessed by 
``DataFrame.spark.<function/property>``.
 
 .. autosummary::
    :toctree: api/
+   :template: autosummary/accessor_method.rst

Review Comment:
   With the new version of Sphinx, the package name creation rules for `rst` 
files that are automatically created when building documents have changed, so 
we must manually adjust the package path using these templates.
   
   This behavior is [used in the same way in 
Pandas](https://github.com/pandas-dev/pandas/tree/main/doc/_templates/autosummary),
 so I referred to it.



-- 
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