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 2021/09/29 02:05:50 UTC

[incubator-sedona] branch doc-refactor updated (ed12522 -> d664bb8)

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

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


    from ed12522  Add some docs
     add d664bb8  Add R docs

No new revisions were added by this update.

Summary of changes:
 .github/workflows/docs.yml                    |  16 ++-
 R/generate-docs.R                             |  25 ++++
 R/vignettes/.gitignore                        |   1 -
 R/vignettes/connecting-to-spark.Rmd           |  69 -----------
 R/vignettes/intro-to-spatial-rdd.Rmd          |  89 ---------------
 R/vignettes/overview.Rmd                      |  38 -------
 R/vignettes/spark-dataframes-and-beyond.Rmd   |  71 ------------
 docs/api/r-api.md                             |   1 +
 docs/download/install-python.md               |   2 +-
 docs/download/install-r.md                    | 158 +++++++++++++++-----------
 {R/docs => docs/image}/choropleth-map.png     | Bin
 docs/tutorial/raster.md                       |   2 -
 docs/tutorial/rdd-r.md                        |  88 ++++++++++++++
 docs/tutorial/sql-r.md                        |  59 ++++++++++
 R/vignettes/viz.Rmd => docs/tutorial/viz-r.md |  35 +++---
 mkdocs.yml                                    |   8 +-
 16 files changed, 296 insertions(+), 366 deletions(-)
 create mode 100644 R/generate-docs.R
 delete mode 100644 R/vignettes/.gitignore
 delete mode 100644 R/vignettes/connecting-to-spark.Rmd
 delete mode 100644 R/vignettes/intro-to-spatial-rdd.Rmd
 delete mode 100644 R/vignettes/overview.Rmd
 delete mode 100644 R/vignettes/spark-dataframes-and-beyond.Rmd
 create mode 100644 docs/api/r-api.md
 copy {R/docs => docs/image}/choropleth-map.png (100%)
 create mode 100644 docs/tutorial/rdd-r.md
 create mode 100644 docs/tutorial/sql-r.md
 copy R/vignettes/viz.Rmd => docs/tutorial/viz-r.md (55%)