Skip to content

Commit

Permalink
🐛 Fix save sphinx references
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Oct 8, 2024
1 parent a0fad05 commit f7c0cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lamin_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7c0cab

Please sign in to comment.