You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2020/12/04 01:47:30 UTC

[incubator-sedona] branch sedona-1.0-doc updated: Update mkdocs

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

jiayu pushed a commit to branch sedona-1.0-doc
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/sedona-1.0-doc by this push:
     new ee9ea55  Update mkdocs
ee9ea55 is described below

commit ee9ea55773ef7809937c3620baeddf049e47fb0d
Author: Jia Yu <ji...@apache.org>
AuthorDate: Thu Dec 3 17:46:18 2020 -0800

    Update mkdocs
---
 docs/community/contact.md            |  2 +-
 docs/community/publication.md        |  2 +-
 docs/license/License-before-1-2-0.md | 23 -----------------------
 docs/tutorial/faq.md                 |  3 ---
 mkdocs.yml                           | 27 ++++++++++++++-------------
 5 files changed, 16 insertions(+), 41 deletions(-)

diff --git a/docs/community/contact.md b/docs/community/contact.md
index 24bfe95..7b36931 100644
--- a/docs/community/contact.md
+++ b/docs/community/contact.md
@@ -1,4 +1,4 @@
-# Community info
+# Community
 
 Every volunteer project obtains its strength from the people involved in it. We invite you to participate as much or as little as you choose.
 
diff --git a/docs/community/publication.md b/docs/community/publication.md
index 181d056..08160ac 100644
--- a/docs/community/publication.md
+++ b/docs/community/publication.md
@@ -1,6 +1,6 @@
 # Publication
 
-Apache Sedona was formerly called GeoSpark, initiated by Arizona State University [Data Systems Lab](https://www.datasyslab.net/). The initial contributors were [Jia Yu](https://jiayuasu.github.io/students/) and [Mohamed Sarwat](https://mosarwat.org/)
+Apache Sedona was formerly called GeoSpark, initiated by Arizona State University [Data Systems Lab](https://www.datasyslab.net/).
 
 ## Key publications
 **"Spatial Data Management in Apache Spark: The
diff --git a/docs/license/License-before-1-2-0.md b/docs/license/License-before-1-2-0.md
deleted file mode 100644
index 877d80d..0000000
--- a/docs/license/License-before-1-2-0.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# License before GeoSpark v1.2.0
-
-**MIT License (MIT)**
-
-Copyright (c) 2015 - 2018 GeoSpark Development Team
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
\ No newline at end of file
diff --git a/docs/tutorial/faq.md b/docs/tutorial/faq.md
deleted file mode 100644
index 65cfe22..0000000
--- a/docs/tutorial/faq.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Coming soon...
-
-For now, please read [GeoSpark Github FAQ Issues](https://github.com/DataSystemsLab/GeoSpark/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Frequently+Asked+Question%22).
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 5240bb7..c1510b0 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -13,16 +13,19 @@ nav:
       - Install GeoSpark-Zeppelin: download/zeppelin.md
       - Compile the source code: download/compile.md
     - Tutorial:
-      - Spatial RDD application: tutorial/rdd.md
-      - Spatial SQL application: tutorial/sql.md
-      - Visualize Spatial DataFrame: tutorial/viz.md
-      - Run GeoSpark via Zeppelin: tutorial/zeppelin.md
-      - Spatial RDD in Python: tutorial/geospark-core-python.md
-      - Spatial SQL in Python: tutorial/geospark-sql-python.md
-      - GeoSpark template project: tutorial/GeoSpark-Runnable-DEMO.md
-      - Frequently Asked Questions: tutorial/faq.md
-      - Tune GeoSpark RDD application: tutorial/Advanced-Tutorial-Tune-your-GeoSpark-Application.md
-      - Benchmark: tutorial/benchmark.md            
+      - Spatial RDD app:
+        - Scala/Java: tutorial/rdd.md
+        - Python: tutorial/geospark-core-python.md
+      - Spatial SQL app:  
+        - Scala/Java: tutorial/sql.md
+        - Python: tutorial/geospark-sql-python.md
+      - Map visualization SQL app:
+        - Scala/Java: tutorial/viz.md
+        - Use Apache Zeppelin: tutorial/zeppelin.md
+      - Examples: tutorial/GeoSpark-Runnable-DEMO.md
+      - Performance tuning:
+        - Benchmark: tutorial/benchmark.md            
+        - Tune RDD application: tutorial/Advanced-Tutorial-Tune-your-GeoSpark-Application.md
     - API:
       - RDD (core):
         - Scala/Java doc: api/GeoSpark-Scala-and-Java-API.md
@@ -39,12 +42,10 @@ nav:
         - DataFrame/SQL: api/viz/sql.md
         - RDD: api/viz/Babylon-Scala-and-Java-API.md
     - Community:
-      - Community info: community/contact.md 
+      - Community: community/contact.md 
       - Contributing rule: community/rule.md
       - Committers: community/contributor.md
       - Publications: community/publication.md
-    - License: 
-      - License-before-GeoSpark-1.2.0: license/License-before-1-2-0.md
       - License: license/License.md
     - Archive for GeoSpark:
       - Download: