HyukjinKwon commented on code in PR #36509:
URL: https://github.com/apache/spark/pull/36509#discussion_r870133835


##########
python/docs/source/conf.py:
##########
@@ -22,6 +22,10 @@
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 sys.path.insert(0, os.path.abspath('.'))
 
+# generate user_guide/pandas_on_spark/supported_pandas_api.rst
+from user_guide.pandas_on_spark.supported_status_rst_generator import 
SuppportedStatusRSTGenerator

Review Comment:
   I think you can just place this under somewhere in `pyspark`, e.g.) 
`pyspark/pandas/_supported_api_gen.py`



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to