jbampton opened a new pull request, #1797: URL: https://github.com/apache/sedona/pull/1797
## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest-snapshot/community/develop/) ## Is this PR related to a JIRA ticket? - No this is a documentation update. The PR name follows the format `[DOCS] my subject` refs #1796 Just Markdown changes in this PR. ## What changes were proposed in this PR? https://github.com/adamchainz/blacken-docs Ran the black hook on the Markdown code blocks. Errors left: ``` blacken-docs.............................................................Failed - hook id: blacken-docs - exit code: 2 docs/tutorial/sql.md:372: code block parse error Cannot parse: 2:0: .selectExpr("explode(features) as features") # Explode the envelope to get one feature per row. docs/api/sql/Visualization_SedonaKepler.md:40: code block parse error Cannot parse: 1:13: create_map(df: SedonaDataFrame=None, name: str='unnamed', config: dict=None) -> map docs/api/sql/Visualization_SedonaKepler.md:65: code block parse error Cannot parse: 1:14: add_df(map, df: SedonaDataFrame, name: str='unnamed') docs/setup/fabric.md:83: code block parse error Cannot parse: 1:0: %%configure -f docs/setup/fabric.md:128: code block parse error Cannot parse: 1:0: %%configure -f docs/tutorial/rdd.md:678: code block parse error Cannot parse: 2:0: from sedona.core.enums import GridType docs/tutorial/geopandas-shapely.md:74: code block parse error Cannot parse: 4:33: config = SedonaContext.builder(). docs/tutorial/geopandas-shapely.md:121: code block parse error Cannot parse: 4:33: config = SedonaContext.builder(). docs/setup/glue.md:53: code block parse error Cannot parse: 2:0: %extra_jars https://repo1.maven.org/maven2/org/apache/sedona/sedona-spark-shaded-3.3_2.12/{{ sedona.current_version }}/sedona-spark-shaded-3.3_2.12-{{ sedona.current_version }}.jar, https://repo1.maven.org/maven2/org/datasyslab/geotools-wrapper/{{ sedona.current_geotools }}/geotools-wrapper-{{ sedona.current_geotools }}.jar docs/setup/glue.md:61: code block parse error Cannot parse: 1:0: %idle_timeout 2880 docs/api/sql/Visualization_SedonaPyDeck.md:43: code block parse error Cannot parse: 4:0: <line number missing in source> docs/api/sql/Visualization_SedonaPyDeck.md:62: code block parse error Cannot parse: 2:72: map_provider=None, api_keys=None, elevation_col=0, stroked=True) docs/api/sql/Visualization_SedonaPyDeck.md:89: code block parse error Cannot parse: 2:76: map_style=None, map_provider=None, api_keys=None) docs/api/sql/Visualization_SedonaPyDeck.md:109: code block parse error Cannot parse: 2:49: map_provider=None, api_keys=None) ``` ## How was this patch tested? Ran `pre-commit run --all-files` This auto fixed most of the code blocks. ## Did this PR include necessary documentation updates? - No, this PR does not affect any public API so no need to change 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: dev-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org