Skip to content

Commit

Permalink
Update virtual docs (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci authored Oct 22, 2024
1 parent b469024 commit 59247e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/icechunk-python/virtual.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ store = IcechunkStore.create(
With the store created, lets write our virtual dataset to Icechunk with VirtualiZarr!

```python
from virtualizarr.writers.icechunk import dataset_to_icechunk

dataset_to_icechunk(virtual_ds, store)
virtual_ds.virtualize.to_icechunk(store)
```

The refs are written so lets save our progress by committing to the store.
Expand Down

0 comments on commit 59247e0

Please sign in to comment.