-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #337 from dstansby/doc-structure
Improve documentation structure
- Loading branch information
Showing
5 changed files
with
40 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
API | ||
=== | ||
Python API | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:maxdepth: 2 | ||
|
||
api/cli | ||
api/csv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,46 @@ | ||
Welcome to ome-zarr-py documentation | ||
==================================== | ||
=========== | ||
ome-zarr-py | ||
=========== | ||
|
||
**ome zarr** is a Python library for reading and writing multi-resolution images stored | ||
as Zarr filesets, according to the `OME NGFF spec`_. | ||
Tools for reading and writing multi-resolution images stored in Zarr filesets, according to the `OME NGFF spec`_. | ||
|
||
|
||
Contents | ||
Features | ||
-------- | ||
|
||
- :doc:`cli` for reading and downloading OME-NGFF filesets. | ||
- :doc:`api` for reading and writing OME-NGFF filesets (see :doc:`python` for example usage). | ||
- Used by the `napari-ome-zarr`_ plugin for viewing OME-NGFF filesets in `napari`_. | ||
|
||
Contents | ||
-------- | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
intro | ||
cli | ||
python | ||
api | ||
|
||
Installation | ||
------------ | ||
|
||
Install the latest release of `ome-zarr`_ from PyPI:: | ||
|
||
pip install ome-zarr | ||
|
||
or from conda-forge:: | ||
|
||
conda install -c conda-forge ome-zarr | ||
|
||
|
||
License | ||
------- | ||
|
||
Distributed under the terms of the `BSD`_ license, | ||
"ome-zarr-py" is free and open source software | ||
|
||
.. _`OME NGFF spec`: https://github.com/ome/ngff | ||
.. _`BSD`: https://opensource.org/licenses/BSD-2-Clause | ||
.. _`napari`: https://github.com/napari/napari | ||
.. _`napari-ome-zarr`: https://github.com/ome/napari-ome-zarr | ||
.. _`ome-zarr`: https://pypi.org/project/ome-zarr/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters