Skip to content

Commit

Permalink
remove test deps from doc.yaml build
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Oct 8, 2024
1 parent a5a8f80 commit a5dcef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ dependencies:
- "sphinx_design"
- "sphinx_togglebutton"
- "sphinx-autodoc-typehints"
# - -e "..[test]"
3 changes: 2 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,12 @@ Currently there are not yet any zarr v3 readers which understand the chunk manif
This store can however be read by {py:func}`~virtualizarr.xarray.open_virtual_dataset`, by passing `filetype="zarr_v3"`.
```

## Opening kerchunk references from disk as virtual datasets
## Opening Kerchunk references from disk as virtual datasets

You can open kerchunk references from disk as virtual datasets. This may be useful in appending workflows or creating checkpoints for larger datasets.

```python

vds = open_virtual_dataset('combined.json', format='kerchunk_json')
# or
vds = open_virtual_dataset('combined.parquet', format='kerchunk_parquet')
Expand Down

0 comments on commit a5dcef0

Please sign in to comment.