Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pick] [try 2] [doc] [data] Fix autosummary issues #34279

Merged
merged 1 commit into from
Apr 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions doc/source/data/api/dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ I/O and Conversion
Dataset.write_csv
Dataset.write_numpy
Dataset.write_tfrecords
Dataset.write_webdataset
Dataset.write_mongo
Dataset.write_datasource
Dataset.to_torch
Expand Down Expand Up @@ -149,3 +150,15 @@ Serialization
Dataset.has_serializable_lineage
Dataset.serialize_lineage
Dataset.deserialize_lineage

Internals
---------

.. autosummary::
:toctree: doc/

Dataset.__init__
Dataset.dataset_format
Dataset.fully_executed
Dataset.is_fully_executed
Dataset.lazy
2 changes: 2 additions & 0 deletions doc/source/data/api/execution_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Constructor

.. autosummary::
:toctree: doc/
:template: autosummary/class_without_autosummary.rst

ExecutionOptions

Expand All @@ -18,5 +19,6 @@ Resource Options

.. autosummary::
:toctree: doc/
:template: autosummary/class_without_autosummary.rst

ExecutionResources