Skip to content

Commit

Permalink
Merge pull request #2938 from activeloopai/export_yolo_docs
Browse files Browse the repository at this point in the history
Export yolo docs
  • Loading branch information
istranical authored Sep 3, 2024
2 parents 25e6856 + bc998ad commit dc669a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/Datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ Dataset Version Control
Dataset.commits
Dataset.branches

Exporting Datasets
~~~~~~~~~~~~~~~~~~~~~~~
.. autosummary::
:toctree:
:nosignatures:

deeplake.export_yolo

Dataset Views
~~~~~~~~~~~~~
A dataset view is a subset of a dataset that points to specific samples (indices) in an existing dataset. Dataset views
Expand Down
1 change: 1 addition & 0 deletions docs/source/deeplake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ deeplake
.. autofunction:: ingest_kaggle
.. autofunction:: ingest_dataframe
.. autofunction:: ingest_huggingface
.. autofunction:: export_yolo
.. autofunction:: load
.. autofunction:: delete
.. autofunction:: rename
Expand Down

0 comments on commit dc669a4

Please sign in to comment.