Skip to content

Commit a799515

Browse files
committed
📝 Fix docs
1 parent cae3baa commit a799515

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lamindb/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def __getattr__(name):
140140
from .curators._legacy import CatManager as Curator
141141
from .models import (
142142
Artifact,
143+
Branch,
143144
Collection,
144145
Feature,
145146
FeatureSet, # backward compat

lamindb/curators/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,9 +823,9 @@ class SpatialDataCurator(SlotsCurator):
823823
824824
Example:
825825
826-
.. literalinclude:: scripts/curate-mudata.py
826+
.. literalinclude:: scripts/curate_mudata.py
827827
:language: python
828-
:caption: curate-mudata.py
828+
:caption: curate_mudata.py
829829
830830
See Also:
831831
:meth:`~lamindb.Artifact.from_spatialdata`.

0 commit comments

Comments
 (0)