Skip to content

Commit

Permalink
Move build_histogram to utils
Browse files Browse the repository at this point in the history
And remove mrc_visual_min_max cli.
  • Loading branch information
blowekamp committed Apr 14, 2023
1 parent 81fdf03 commit c3f9e9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ API
.. automodule:: pytools.utils.zarr
:members:

.. automodule:: pytools.convert
.. automodule:: pytools.utils.histogram
:members:

.. automodule:: pytools.ng.mrc2nifti
.. automodule:: pytools.convert
:members:

.. automodule:: pytools.ng.build_histogram
.. automodule:: pytools.ng.mrc2nifti
:members:

.. automodule:: pytools.zarr_rechunk
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
entry_points={
"console_scripts": [
"mrc2nifti = pytools.ng.mrc2nifti:main",
"mrc_visual_min_max = pytools.ng.build_histogram:main",
"zarr_rechunk = pytools.zarr_rechunk:main",
"zarr_build_multiscales = pytools.zarr_build_multiscales:main",
]
Expand Down

0 comments on commit c3f9e9a

Please sign in to comment.