Skip to content

Commit

Permalink
[data] add api doc for dataset.Schema class (#46170)
Browse files Browse the repository at this point in the history
Add API doc for dataset.Schema, which is a publicapi class

Test:
- CI

Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale authored Jun 21, 2024
1 parent 1e87d35 commit dc5ecdb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{ fullname | escape | underline}}

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}
:members:
:noindex:
:show-inheritance:
10 changes: 10 additions & 0 deletions doc/source/data/api/dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@ Execution

Dataset.materialize

Schema
------

.. autosummary::
:nosignatures:
:toctree: doc/
:template: autosummary/class_without_autosummary_noindex.rst

Schema

.. _block-api:

Internals
Expand Down

0 comments on commit dc5ecdb

Please sign in to comment.