Skip to content

Commit 4a50079

Browse files
giovptimtreispre-commit-ci[bot]
authored
add squidpy way to handle segment (#45)
Co-authored-by: Tim Treis <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b73f4aa commit 4a50079

File tree

15 files changed

+1463
-1396
lines changed

15 files changed

+1463
-1396
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
"python": ("https://docs.python.org/3", None),
9191
"anndata": ("https://anndata.readthedocs.io/en/stable/", None),
9292
"numpy": ("https://numpy.org/doc/stable/", None),
93+
"matplotlib": ("https://matplotlib.org/stable/", None),
94+
"spatialdata": ("https://scverse-spatialdata.readthedocs.io/en/latest/", None),
95+
"skimage": ("https://scikit-image.org/docs/stable/", None),
9396
}
9497

9598
# List of patterns, relative to source directory, that match files and

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies = [
2323
"matplotlib",
2424
"scikit-learn",
2525
"scanpy",
26+
"matplotlib_scalebar"
2627
]
2728

2829
[project.optional-dependencies]

src/spatialdata_plot/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from importlib.metadata import version
22

3-
from . import pl, pp, tl
3+
from . import pl, pp
44

5-
__all__ = ["pl", "pp", "tl"]
5+
__all__ = ["pl", "pp"]
66

77
# __version__ = version("spatialdata-plot")
File renamed without changes.

0 commit comments

Comments
 (0)