Skip to content

Commit f9b2987

Browse files
committed
Fix markdown syntax for pdoc
1 parent 4b73fcb commit f9b2987

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ As this is a major release, not all changes and functions are listed below. For
2020
* `imcflibs.imagej.misc.subtract_images` to subtract an image from another.
2121
* `imcflibs.imagej.misc.close_images` for closing selected image windows.
2222
* `imcflibs.imagej.misc.get_threshold_value_from_method` to get the value that a selected AutoThreshold method would be using.
23-
*`imcflibs.imagej.misc.write_orderddict_to_csv` to write data from an ordered dictionary to a CSV file.
23+
* `imcflibs.imagej.misc.write_orderddict_to_csv` to write data from an ordered dictionary to a CSV file.
2424
* `imcflibs.imagej.labelimage.binary_to_label` for segmenting a binary image
2525
to get a label image (2D/3D).
2626
* `imcflibs.imagej.misc.save_image_in_format` to save an ImagePlus image in a specified format, such as ImageJ-TIF or OME-TIFF etc., to a given directory.
27-
*`imcflibs.imagej.misc.run_imarisconvert` to convert a given file to Imaris format using the utility ImarisConvert. Method uses `imcflibs.imagej.misc.locate_latest_imaris` to find the path to the Imaris installation.
27+
* `imcflibs.imagej.misc.run_imarisconvert` to convert a given file to Imaris format using the utility ImarisConvert. Method uses `imcflibs.imagej.misc.locate_latest_imaris` to find the path to the Imaris installation.
2828

2929
* New `imcflibs.imagej.objects3d` submodule, providing:
3030
* `imcflibs.imagej.objects3d.population3d_to_imgplus` to turn

0 commit comments

Comments
 (0)