Skip to content

Commit a2e49fc

Browse files
committed
fix docs
1 parent 346b4b0 commit a2e49fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/spatialdata_io/readers/xenium.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,7 @@ def xenium_aligned_image(
612612

613613

614614
def xenium_explorer_selection(path: str | Path, pixel_size: float = 0.2125) -> Polygon:
615-
"""Read the coordinates of a selection `.csv` file exported from the `Xenium Explorer`.
616-
617-
.. seealso::
618-
619-
`Xenium Explorer`<https://www.10xgenomics.com/support/software/xenium-explorer/latest>`_.
615+
"""Read the coordinates of a selection `.csv` file exported from the `Xenium Explorer <https://www.10xgenomics.com/support/software/xenium-explorer/latest>`_.
620616
621617
This file can be generated by the "Freehand Selection" or the "Rectangular Selection".
622618
The output `Polygon` can be used for a polygon query on the pixel coordinate

0 commit comments

Comments
 (0)