Skip to content

Commit

Permalink
[try 2] [doc] [data] Fix autosummary issues (ray-project#34228) (ray-…
Browse files Browse the repository at this point in the history
  • Loading branch information
ericl authored Apr 11, 2023
1 parent 26be96d commit 127e007
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
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

0 comments on commit 127e007

Please sign in to comment.