You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/09/21 19:30:59 UTC

[iceberg] branch master updated (15b3e2f300 -> 759e69003b)

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

fokko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from 15b3e2f300 API,Core: Add scan planning metrics for skipped data/delete files (#5788)
     add 759e69003b Python: Split Python docs (#5727)

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   2 +
 .../workflows/{open-api.yml => python-ci-docs.yml} |  36 +-
 docs/python-api-intro.md                           | 184 -------
 docs/python-feature-support.md                     |  79 ---
 docs/python-quickstart.md                          |  70 ---
 python/.pre-commit-config.yaml                     |   8 +
 python/CONTRIBUTING.md                             |   3 +
 python/README.md                                   |  10 +-
 .../CHANGELOG.md => python/mkdocs/README.md        |  14 +-
 python/mkdocs/docs/index.md                        | 548 +++++++++++++++++++++
 .../cli/__init__.py => mkdocs/mkdocs.yml}          |   2 +
 python/{MANIFEST.in => mkdocs/requirements.txt}    |   3 +-
 12 files changed, 600 insertions(+), 359 deletions(-)
 copy .github/workflows/{open-api.yml => python-ci-docs.yml} (58%)
 delete mode 100644 docs/python-api-intro.md
 delete mode 100644 docs/python-feature-support.md
 delete mode 100644 docs/python-quickstart.md
 copy python_legacy/CHANGELOG.md => python/mkdocs/README.md (83%)
 create mode 100644 python/mkdocs/docs/index.md
 copy python/{pyiceberg/cli/__init__.py => mkdocs/mkdocs.yml} (96%)
 copy python/{MANIFEST.in => mkdocs/requirements.txt} (96%)