Skip to content

Commit

Permalink
Merge pull request #95 from niaid/docs_cmd_line
Browse files Browse the repository at this point in the history
Update command line docs to current utilities
  • Loading branch information
blowekamp authored Feb 7, 2024
2 parents c3c7f74 + 1e4e44b commit ed278b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
API
===


.. automodule:: pytools
:members:

Expand Down
11 changes: 7 additions & 4 deletions docs/commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ The Pytools packages contain a command line executables for various tasks. They

.. code-block :: bash
mrc2nifti --help
zarr_rechunk --help
Or the preferred way using the `python` executable to execute the module entry point:

.. code-block :: bash
python -m mrc2nifti --help
python -m zarr_rechunk --help
With either method of invoking the command line interface, the following sections describes the sub-commands available
and the command line options available.

.. click:: pytools.ng.mrc2nifti:main
:prog: mrc2nifti
.. click:: pytools.zarr_rechunk:main
:prog: zarr_rechunk

.. click:: pytools.zarr_info:main
:prog: zarr_info

4 changes: 1 addition & 3 deletions pytools/HedwigZarrImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@

class HedwigZarrImage:
"""
Represents a OME-NGFF Zarr pyramidal image.
The member provide information useful for the Hedwig imaging pipelines.
Represents a OME-NGFF Zarr pyramidal image. The members provide information useful for the Hedwig imaging pipelines.
"""

def __init__(self, zarr_grp: zarr.Group, _ome_info: OMEInfo, _ome_idx: int):
Expand Down

0 comments on commit ed278b0

Please sign in to comment.