Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There are two parts to an OME-Zarr:
* spatial relationships
* high content screening data
* well data
* [and more](/specifications/index.html)!
* [and more](./specifications/index)!

## Why would I use OME-Zarr?

Expand Down Expand Up @@ -49,16 +49,16 @@ These are *some* of the organizations (and their dataset pages) that are using O
- [EMBL - Image Data Resource (IDR)](https://idr.openmicroscopy.org/)
- [Howard Hughes Medical Institute, Janelia (HHMI)](https://openorganelle.janelia.org/)
- [Jackson Laboratory (JAX)](https://images.jax.org/)
- ... [and more](/data/index.html)
- ... [and more](./data/index)

## How do I use OME-Zarr?

* Already have a Zarr?
* Check out the [tools section](/tools/index.html)!
* Check out the [tools section](./tools/index)!
* Want to create a Zarr?
* Check out the [tools section](/tools/index.html)!
* Check out the [tools section](./tools/index)!
* Want to see or download a Zarr?
* Check out the [data section](/data/index.html)!
* Check out the [data section](./data/index)!

## Have other questions?

Expand Down
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-24.04
tools:
python: "3.10"
python: "3.13"
nodejs: "22"

submodules:
Expand All @@ -21,4 +21,4 @@ python:
install:
- requirements: requirements.txt
- method: pip
path: specifications/dev
path: specifications/dev
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bikeshed<4.2
bikeshed
myst-parser
pydata-sphinx-theme
json-schema-for-humans
Expand Down
Loading