Skip to content

Commit

Permalink
[Data][Docs] Add Block API references (#36692)
Browse files Browse the repository at this point in the history
#36435 removed the Block API references, but we reference the Block APIs in one of our examples. As a result, Sphinx is complaining. This PR fixes the issue by re-adding the Block API references.

Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
  • Loading branch information
bveeramani authored Jun 22, 2023
1 parent a23ef5f commit f5eb0b1
Showing 1 changed file with 13 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 @@ -143,3 +143,16 @@ Serialization
Dataset.has_serializable_lineage
Dataset.serialize_lineage
Dataset.deserialize_lineage

.. _block-api:

Internals
---------

.. autosummary::
:toctree: doc/

block.Block
block.BlockExecStats
block.BlockMetadata
block.BlockAccessor

0 comments on commit f5eb0b1

Please sign in to comment.