Skip to content
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions doc/source/train/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Ray Train Utilities
:toctree: doc/

~train.Checkpoint
~train.ReportedCheckpoint
~train.v2.api.context.TrainContext

**Functions**
Expand All @@ -143,6 +144,7 @@ Ray Train Utilities
:nosignatures:
:toctree: doc/

~train.get_all_reported_checkpoints
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I think you might need to update the return type to fix the formatting.

Image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed so the entire returns docstring is on one line.

This is what I see before my new commit - the List[ReportedCheckpoint] at the top works for me.

Screenshot 2025-09-02 at 8 15 01 PM

~train.get_checkpoint
~train.get_context
~train.get_dataset_shard
Expand Down