zhangfengcdt opened a new pull request, #2191: URL: https://github.com/apache/sedona/pull/2191
## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest/community/develop/) ## Is this PR related to a ticket? - No: - this is a documentation update. The PR name follows the format `[DOCS] my subject` ## What changes were proposed in this PR? 1. Fixed duplicate toctree references - Removed duplicate entries from sedona.rst that were already in index.rst 2. Created missing _static directory - The build was expecting this directory but it didn't exist 3. Fixed NumPy 2.0 compatibility issue - Added mock imports for pyspark.pandas modules that were failing due to deprecated np.NaN usage 4. Fixed docstring formatting errors in: - ST_Angle function - Fixed indentation and list formatting - ST_WeightedDistanceBandColumn - Converted @param to :param format - SedonaPyDeck.create_choropleth_map - Fixed parameter order and indentation - STAC client methods - Converted to proper Sphinx :param format - CollectionClient methods - Fixed parameter documentation format 5. Added modules.rst to toctree - Fixed warning about document not being included 6. Mocked missing raster modules - Added raster_serde and sedona_raster to mock imports 7. Adjust the color and theme to match Sedona existing document ## How was this patch tested? make doc ## Did this PR include necessary documentation updates? - Yes, I have updated the documentation. -- 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]
