Skip to content

Commit

Permalink
docs: improve dataset class presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
burtenshaw committed Jul 11, 2024
1 parent e1a7f5b commit eae8c44
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions argilla/docs/reference/argilla/datasets/datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,21 @@ dataset = client.datasets("my_dataset")

---

## Class Reference

### `rg.Dataset`
## `rg.Dataset`

::: src.argilla.datasets._resource.Dataset
options:
heading_level: 3


show_root_toc_entry: false

::: src.argilla.datasets._export._disk.DiskImportExportMixin
options:
heading_level: 3
show_root_heading: false
show_root_toc_entry: false

::: src.argilla.datasets._export._hub.HubImportExportMixin
::: src.argilla.datasets._export._hub.HubImportExportMixin
options:
heading_level: 3
show_root_heading: false
show_root_toc_entry: false

0 comments on commit eae8c44

Please sign in to comment.