Skip to content

Commit

Permalink
[minor] Fix DataConfig package in API doc (ray-project#37386)
Browse files Browse the repository at this point in the history
#ray-project#37278 moved `ray.train.data_config` to `ray.train._internal.data_config`. But missed this place.

Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
  • Loading branch information
raulchen authored and arvind-chandra committed Aug 31, 2023
1 parent 368c086 commit e5c2079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/train/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Trainer Base Classes

~train.trainer.BaseTrainer
~train.data_parallel_trainer.DataParallelTrainer
~train.data_config.DataConfig
~train.DataConfig
~train.gbdt_trainer.GBDTTrainer

``BaseTrainer`` API
Expand Down

0 comments on commit e5c2079

Please sign in to comment.