Skip to content

Commit

Permalink
Merge pull request #131 from scverse/fix_tests
Browse files Browse the repository at this point in the history
fix docs and tests
  • Loading branch information
LucaMarconato committed Mar 29, 2024
2 parents 14aa693 + c4a57bb commit 27c3b2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"xarray": ("https://docs.xarray.dev/en/stable/", None),
"datatree": ("https://datatree.readthedocs.io/en/latest/", None),
"shapely": ("https://shapely.readthedocs.io/en/stable/", None),
"imageio": ("https://imageio.readthedocs.io/en/stable/", None),
}

# List of patterns, relative to source directory, that match files and
Expand Down Expand Up @@ -125,6 +126,7 @@
("py:class", "Path"),
("py:class", "AnnData"),
("py:class", "SpatialData"),
("py:func", "imageio.imread"), # maybe this can be fixed
]


Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ urls.Home-page = "https://github.com/scverse/spatialdata-io"
dependencies = [
"anndata",
"numpy",
"scanpy",
"spatialdata",
"scikit-image",
"h5py",
Expand Down
3 changes: 1 addition & 2 deletions src/spatialdata_io/readers/visium_hd.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ def visium_hd(
.. seealso::
- `Space Ranger output
<https://support.10xgenomics.com/spatial-gene-expression/software/pipelines/latest/output/overview>`_.
- `Space Ranger output <https://support.10xgenomics.com/spatial-gene-expression/software/pipelines/latest/output/overview>`_.
Parameters
----------
Expand Down

0 comments on commit 27c3b2f

Please sign in to comment.