Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
πŸ“ Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed May 29, 2024
1 parent e026d1e commit ea7fdc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lnschema_core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ea7fdc7

Please sign in to comment.