This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a change to branch branch-0.2.0
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
from b74738de docs: Update SQL docs for changes in v0.2 (#368)
new aace6a10 docs: Link doc to raw GitHub assets (#420)
new 7541d638 docs(r): update installation command (#421)
new 94b3ba53 chore(docs/reference/sql): Use Quarto to render SQL docs
pages (#434)
new 42c86151 chore(docs): Add missing dependency to docs build and ensure
build fails if quarto render fails (#445)
new d7fb5d50 docs: add separate pages for ST_Area() and ST_AsBinary()
(#457)
new aa5341d0 fix(docs): Sync the main Sedona website design with sedona-db
(#584)
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/packaging.yml | 4 +-
.gitignore | 2 +
.pre-commit-config.yaml | 31 +-
README.md | 6 +-
ci/scripts/build-docs.sh | 16 +
docs/README.md | 17 ++
docs/contributors-guide.md | 70 +++++
docs/image/footer/logo-footer.svg | 10 +
docs/image/header/logo-mobile.svg | 10 +
docs/image/logo.svg | 10 +
docs/index.md | 2 +-
docs/overrides/main.html | 83 +++++
.../overrides/partials/copyright.html | 15 +-
.../overrides/partials/footer.html | 40 +--
docs/overrides/partials/header.html | 126 ++++++++
docs/overrides/partials/nav.html | 56 ++++
.../reference/functions}/.gitignore | 6 +-
.../_extensions/function-listing/_extension.yml | 9 +-
.../function-listing/function-listing.lua | 43 +++
.../_extensions/render-meta-and-examples.lua | 137 +++++++++
.../reference/functions/_matplotlib_defaults.py | 16 +-
docs/reference/functions/_quarto.yml | 46 +++
docs/reference/functions/_render_examples.py | 120 ++++++++
docs/reference/functions/_render_listing.py | 83 +++++
docs/reference/functions/_render_meta.py | 213 +++++++++++++
.../reference/functions/index.qmd | 6 +-
docs/reference/functions/st_analyze_agg.qmd | 49 +++
.../reference/functions/st_area.qmd | 21 +-
.../reference/functions/st_asbinary.qmd | 21 +-
docs/reference/functions/st_buffer.qmd | 81 +++++
docs/reference/functions/st_intersection.qmd | 54 ++++
docs/requirements.txt | 2 +
docs/stylesheets/extra.css | 339 +++++++++++++++++----
mkdocs.yml | 16 +-
r/sedonadb/README.Rmd | 7 +
r/sedonadb/README.md | 44 +--
36 files changed, 1660 insertions(+), 151 deletions(-)
create mode 100644 docs/image/footer/logo-footer.svg
create mode 100644 docs/image/header/logo-mobile.svg
create mode 100644 docs/image/logo.svg
create mode 100644 docs/overrides/main.html
copy ci/scripts/rat/license_md.txt => docs/overrides/partials/copyright.html
(71%)
copy python/sedonadb/README.md => docs/overrides/partials/footer.html (60%)
create mode 100644 docs/overrides/partials/header.html
create mode 100644 docs/overrides/partials/nav.html
copy {ci/scripts/windows => docs/reference/functions}/.gitignore (94%)
copy ci/scripts/.gitignore =>
docs/reference/functions/_extensions/function-listing/_extension.yml (85%)
create mode 100644
docs/reference/functions/_extensions/function-listing/function-listing.lua
create mode 100644
docs/reference/functions/_extensions/render-meta-and-examples.lua
copy r/sedonadb/src/.gitignore =>
docs/reference/functions/_matplotlib_defaults.py (84%)
create mode 100644 docs/reference/functions/_quarto.yml
create mode 100644 docs/reference/functions/_render_examples.py
create mode 100644 docs/reference/functions/_render_listing.py
create mode 100644 docs/reference/functions/_render_meta.py
copy ci/scripts/windows/.gitignore => docs/reference/functions/index.qmd (91%)
create mode 100644 docs/reference/functions/st_analyze_agg.qmd
copy c/.clang-format => docs/reference/functions/st_area.qmd (72%)
copy c/.clang-format => docs/reference/functions/st_asbinary.qmd (68%)
create mode 100644 docs/reference/functions/st_buffer.qmd
create mode 100644 docs/reference/functions/st_intersection.qmd