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

github-bot pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/iceberg.git


 discard c8c4a20185 Publish Python docs
     new 8846abcfae Publish Python docs

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c8c4a20185)
            \
             N -- N -- N   refs/heads/gh-pages (8846abcfae)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 404.html                                       | 230 +++----
 api/index.html                                 | 447 +++++++++++++
 cli/index.html                                 | 347 ++++++++++
 configuration/index.html                       | 244 +++++++
 contributing/index.html                        | 247 +++++++
 css/base.css                                   | 322 ---------
 css/bootstrap.min.css                          |  12 -
 css/font-awesome.min.css                       |   4 -
 css/fonts/Roboto-Slab-Bold.woff                | Bin 0 -> 87624 bytes
 css/fonts/Roboto-Slab-Bold.woff2               | Bin 0 -> 67312 bytes
 css/fonts/Roboto-Slab-Regular.woff             | Bin 0 -> 86288 bytes
 css/fonts/Roboto-Slab-Regular.woff2            | Bin 0 -> 66444 bytes
 {fonts => css/fonts}/fontawesome-webfont.eot   | Bin
 {fonts => css/fonts}/fontawesome-webfont.svg   |   0
 {fonts => css/fonts}/fontawesome-webfont.ttf   | Bin
 {fonts => css/fonts}/fontawesome-webfont.woff  | Bin
 {fonts => css/fonts}/fontawesome-webfont.woff2 | Bin
 css/fonts/lato-bold-italic.woff                | Bin 0 -> 323344 bytes
 css/fonts/lato-bold-italic.woff2               | Bin 0 -> 193308 bytes
 css/fonts/lato-bold.woff                       | Bin 0 -> 309728 bytes
 css/fonts/lato-bold.woff2                      | Bin 0 -> 184912 bytes
 css/fonts/lato-normal-italic.woff              | Bin 0 -> 328412 bytes
 css/fonts/lato-normal-italic.woff2             | Bin 0 -> 195704 bytes
 css/fonts/lato-normal.woff                     | Bin 0 -> 309192 bytes
 css/fonts/lato-normal.woff2                    | Bin 0 -> 182708 bytes
 css/theme.css                                  |  13 +
 css/theme_extra.css                            | 191 ++++++
 feature-support/index.html                     | 292 +++++++++
 how-to-release/index.html                      | 264 ++++++++
 img/grid.png                                   | Bin 1458 -> 0 bytes
 index.html                                     | 859 ++++---------------------
 js/base.js                                     | 283 --------
 js/bootstrap.min.js                            |   7 -
 js/html5shiv.min.js                            |   4 +
 js/jquery-1.10.2.min.js                        |   6 -
 js/jquery-3.6.0.min.js                         |   2 +
 js/theme.js                                    |   2 +
 js/theme_extra.js                              |   8 +
 search.html                                    | 140 ++++
 search/search_index.json                       |   2 +-
 sitemap.xml                                    |  39 +-
 sitemap.xml.gz                                 | Bin 188 -> 272 bytes
 verify-release/index.html                      | 224 +++++++
 43 files changed, 2721 insertions(+), 1468 deletions(-)
 create mode 100644 api/index.html
 create mode 100644 cli/index.html
 create mode 100644 configuration/index.html
 create mode 100644 contributing/index.html
 delete mode 100644 css/base.css
 delete mode 100644 css/bootstrap.min.css
 delete mode 100644 css/font-awesome.min.css
 create mode 100644 css/fonts/Roboto-Slab-Bold.woff
 create mode 100644 css/fonts/Roboto-Slab-Bold.woff2
 create mode 100644 css/fonts/Roboto-Slab-Regular.woff
 create mode 100644 css/fonts/Roboto-Slab-Regular.woff2
 rename {fonts => css/fonts}/fontawesome-webfont.eot (100%)
 rename {fonts => css/fonts}/fontawesome-webfont.svg (100%)
 rename {fonts => css/fonts}/fontawesome-webfont.ttf (100%)
 rename {fonts => css/fonts}/fontawesome-webfont.woff (100%)
 rename {fonts => css/fonts}/fontawesome-webfont.woff2 (100%)
 create mode 100644 css/fonts/lato-bold-italic.woff
 create mode 100644 css/fonts/lato-bold-italic.woff2
 create mode 100644 css/fonts/lato-bold.woff
 create mode 100644 css/fonts/lato-bold.woff2
 create mode 100644 css/fonts/lato-normal-italic.woff
 create mode 100644 css/fonts/lato-normal-italic.woff2
 create mode 100644 css/fonts/lato-normal.woff
 create mode 100644 css/fonts/lato-normal.woff2
 create mode 100644 css/theme.css
 create mode 100644 css/theme_extra.css
 create mode 100644 feature-support/index.html
 create mode 100644 how-to-release/index.html
 delete mode 100644 img/grid.png
 delete mode 100644 js/base.js
 delete mode 100644 js/bootstrap.min.js
 create mode 100644 js/html5shiv.min.js
 delete mode 100644 js/jquery-1.10.2.min.js
 create mode 100644 js/jquery-3.6.0.min.js
 create mode 100644 js/theme.js
 create mode 100644 js/theme_extra.js
 create mode 100644 search.html
 create mode 100644 verify-release/index.html

Reply via email to