From f7c0cab8c444cb2fa167d47d12cb181205e99aec Mon Sep 17 00:00:00 2001 From: zethson Date: Tue, 8 Oct 2024 09:25:53 +0200 Subject: [PATCH] :bug: Fix save sphinx references Signed-off-by: zethson --- lamin_cli/__main__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lamin_cli/__main__.py b/lamin_cli/__main__.py index dc47392..7d9cf03 100644 --- a/lamin_cli/__main__.py +++ b/lamin_cli/__main__.py @@ -268,10 +268,10 @@ def get(entity: str, uid: str = None, key: str = None, with_env: bool = False): def save(filepath: str, key: str, description: str, registry: str): """Save a file or folder. - Defaults to saving `.py` and `.ipynb` as :class:`~lamindb.Transform` and - other file types and folders as :class:`~lamindb.Artifact`. + Defaults to saving `.py` and `.ipynb` as {class}`~lamindb.Transform` and + other file types and folders as {class}`~lamindb.Artifact`. - You can save a `.py` or `.ipynb` file as an :class:`~lamindb.Artifact` by + You can save a `.py` or `.ipynb` file as an {class}`~lamindb.Artifact` by passing `--registry artifact`. """ from lamin_cli._save import save_from_filepath_cli