This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 0249399afa [DOC] Add the Python documentation links to the main 
navigation (#2268)
0249399afa is described below

commit 0249399afa89d59ae2484c23baac2cdb7f183c85
Author: Feng Zhang <[email protected]>
AuthorDate: Mon Aug 11 15:57:50 2025 -0700

    [DOC] Add the Python documentation links to the main navigation (#2268)
---
 README.md  | 1 +
 mkdocs.yml | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 0840aca94b..a309cc634e 100644
--- a/README.md
+++ b/README.md
@@ -209,6 +209,7 @@ We provide a Docker image for Apache Sedona with Python 
JupyterLab and a single-
 * [Spatial SQL in 
Sedona](https://sedona.apache.org/latest-snapshot/tutorial/sql/)
 * [Integrate with GeoPandas and 
Shapely](https://sedona.apache.org/latest-snapshot/tutorial/geopandas-shapely/)
 * [Working with Spatial R in 
Sedona](https://sedona.apache.org/latest-snapshot/api/rdocs/)
+* [Sedona Python API 
Documentation](https://sedona.apache.org/latest-snapshot/api/pydocs/)
 
 Please visit [Apache Sedona website](http://sedona.apache.org/) for detailed 
information
 
diff --git a/mkdocs.yml b/mkdocs.yml
index b78e5c6f99..9b63533d15 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -36,6 +36,7 @@ nav:
           - Install Sedona Scala/Java: setup/install-scala.md
           - Install Sedona Python: setup/install-python.md
           - Install Sedona R: api/rdocs
+          - Sedona Python: api/pydocs
           - Install Sedona-Zeppelin: setup/zeppelin.md
           - Play Sedona in Docker: setup/docker.md
           - Install on Wherobots: setup/wherobots.md
@@ -59,6 +60,7 @@ nav:
           - Pure SQL environment: tutorial/sql-pure-sql.md
           - Spatial RDD app: tutorial/rdd.md
           - Sedona R: api/rdocs
+          - Sedona Python: api/pydocs
           - Work with GeoPandas and Shapely: tutorial/geopandas-shapely.md
           - Files:
               - CSV: tutorial/files/csv-geometry-sedona-spark.md
@@ -127,6 +129,7 @@ nav:
               - DataFrame/SQL: api/viz/sql.md
               - RDD: api/viz/java-api.md
           - Sedona R: api/rdocs
+          - Sedona Python: api/pydocs
       - Sedona with Apache Flink:
           - SQL:
               - Overview (Flink): api/flink/Overview.md

Reply via email to