Skip to content

Commit 6e0bccd

Browse files
committed
fix user guide links for mkdocs
1 parent 0236051 commit 6e0bccd

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/user-guide/storage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ group = zarr.create_group(store=data)
4040
print(group)
4141
```
4242

43+
[](){#user-guide-store-like}
4344
### StoreLike
4445

4546
`StoreLike` values can be:

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ extra_css:
111111
- overrides/stylesheets/extra.css
112112

113113
plugins:
114+
- autorefs
114115
- search
115116
- markdown-exec
116117
- mkdocstrings:

src/zarr/api/synchronous.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ def open(
183183
Parameters
184184
----------
185185
store : StoreLike or None, default=None
186-
See the [`storage documentation in the user guide`][storelike]
186+
StoreLike object to open. See the
187+
[storage documentation in the user guide][user-guide-store-like]
187188
for a description of all valid StoreLike values.
188189
mode : {'r', 'r+', 'a', 'w', 'w-'}, optional
189190
Persistence mode: 'r' means read only (must exist); 'r+' means

0 commit comments

Comments
 (0)