From 62d09de8533c3014e8aeccbae6c55b1668fae828 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sat, 31 Aug 2024 05:54:46 -0700 Subject: [PATCH] fix --- mkdocs/docs/api.md | 7 +++---- mkdocs/docs/verify-release.md | 8 +++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/mkdocs/docs/api.md b/mkdocs/docs/api.md index 68707f38cc..53a7846be3 100644 --- a/mkdocs/docs/api.md +++ b/mkdocs/docs/api.md @@ -362,10 +362,9 @@ To explore the table metadata, tables can be inspected. !!! tip "Time Travel" To inspect a tables's metadata with the time travel feature, call the inspect table method with the `snapshot_id` argument. Time travel is supported on all metadata tables except `snapshots` and `refs`. - -```python -table.inspect.entries(snapshot_id=805611270568163028) -``` + ```python + table.inspect.entries(snapshot_id=805611270568163028) + ``` diff --git a/mkdocs/docs/verify-release.md b/mkdocs/docs/verify-release.md index 2bcaf14c3b..4d10c9500d 100644 --- a/mkdocs/docs/verify-release.md +++ b/mkdocs/docs/verify-release.md @@ -117,8 +117,10 @@ This will spin up Docker containers to faciliate running test coverage. Votes are cast by replying to the release candidate announcement email on the dev mailing list with either `+1`, `0`, or `-1`. For example : -> \[ \] +1 Release this as PyIceberg 0.3.0 -> \[ \] +0 -> \[ \] -1 Do not release this because… +> [ ] +1 Release this as PyIceberg 0.3.0 +> +> [ ] +0 +> +> [ ] -1 Do not release this because… In addition to your vote, it’s customary to specify if your vote is binding or non-binding. Only members of the Project Management Committee have formally binding votes. If you’re unsure, you can specify that your vote is non-binding. To read more about voting in the Apache framework, checkout the [Voting](https://www.apache.org/foundation/voting.html) information page on the Apache foundation’s website.