Skip to content

Commit 029c23e

Browse files
committed
fix doc build
1 parent 72501b6 commit 029c23e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/user-guide/arrays.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ algorithm (compression level 3) internally within Blosc, and with the
196196
bit-shuffle filter applied.
197197

198198
When using a compressor, it can be useful to get some diagnostics on the
199-
compression ratio. Zarr arrays provide the :property:`zarr.Array.info` property
199+
compression ratio. Zarr arrays provide the :attr:`zarr.Array.info` property
200200
which can be used to print useful diagnostics, e.g.:
201201

202202
.. ipython:: python
@@ -212,7 +212,7 @@ prints additional diagnostics, e.g.:
212212
213213
.. note::
214214
:func:`zarr.Array.info_complete` will inspect the underlying store and may
215-
be slow for large arrays. Use :property:`zarr.Array.info` if detailed storage
215+
be slow for large arrays. Use :attr:`zarr.Array.info` if detailed storage
216216
statistics are not needed.
217217

218218
If you don't specify a compressor, by default Zarr uses the Blosc

docs/user-guide/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Advanced Topics
2525
performance
2626
consolidated_metadata
2727
extending
28-
whatsnew_v3
29-
v3_todos
3028

3129

3230
.. Coming soon

0 commit comments

Comments
 (0)