From ea7fdc754726853d5975b9b31c1edf7a6c055cb9 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Wed, 29 May 2024 13:03:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lnschema_core/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnschema_core/models.py b/lnschema_core/models.py index cc562cf1..2e934776 100644 --- a/lnschema_core/models.py +++ b/lnschema_core/models.py @@ -1249,7 +1249,7 @@ class ULabel(Registry, HasParents, CanValidate, TracksRun, TracksUpdates): See Also: :meth:`~lamindb.Feature` Dimensions of measurement for artifacts & collections. - :attr:`~lamindb.core.Data.labels` + :attr:`~lamindb.core.HasFeatures.labels` Label manager of an artifact or collection. Examples: @@ -1352,7 +1352,7 @@ class Feature(Registry, CanValidate, TracksRun, TracksUpdates): See Also: :meth:`~lamindb.Feature.from_df` Create feature records from DataFrame. - :attr:`~lamindb.core.Data.features` + :attr:`~lamindb.core.HasFeatures.features` Feature manager of an artifact or collection. :class:`~lamindb.ULabel` Universal labels.