Skip to content

docs(sdk): document the dataset CLI and Python API#27

Draft
ravivooda wants to merge 1 commit into
mainfrom
ravivooda/dataset-sdk-docs
Draft

docs(sdk): document the dataset CLI and Python API#27
ravivooda wants to merge 1 commit into
mainfrom
ravivooda/dataset-sdk-docs

Conversation

@ravivooda

Copy link
Copy Markdown
Collaborator

What

Adds user-facing docs for the dataset feature, mirroring how model / models are documented:

  • docs/cli/dataset.rst — CLI reference for the lightning dataset group (download / upload), via the lightning-reference directive. Wired into docs/cli/index.rst toctree + a workflow bullet.
  • docs/sdk/api/datasets.rst — SDK API page for lightning_sdk.datasets (download_dataset, upload_dataset, and the *Info return types). Wired into the docs/sdk/api.rst toctree.

Why

download_dataset / upload_dataset and the lightning dataset CLI had no documentation anywhere.

Notes

🤖 Generated with Claude Code

Add a CLI reference page for the `lightning dataset` group (download /
upload) and an SDK API page for lightning_sdk.datasets
(download_dataset / upload_dataset and their *Info return types),
mirroring how `model` / `models` are documented. Both pages
auto-generate from the code, so they track the as_zip / worker-tuning
changes as those land.

Wire both into their toctrees and add a CLI workflow bullet.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant