Skip to content

Commit

Permalink
[train] update names of guides in side nav (ray-project#38519)
Browse files Browse the repository at this point in the history
Signed-off-by: angelinalg <[email protected]>
  • Loading branch information
angelinalg committed Aug 17, 2023
1 parent bf1a6be commit 89a2fac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions doc/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,21 @@ parts:
- file: train/key-concepts
title: Key Concepts
- file: train/getting-started-pytorch
title: PyTorch
title: PyTorch Guide
- file: train/getting-started-pytorch-lightning
title: PyTorch Lightning
title: PyTorch Lightning Guide
- file: train/getting-started-transformers
title: Hugging Face Transformers
title: Hugging Face Transformers Guide
- file: train/more-frameworks
sections:
- file: train/huggingface-accelerate
title: Hugging Face Accelerate
title: Hugging Face Accelerate Guide
- file: train/distributed-tensorflow-keras
title: TensorFlow & Keras
title: TensorFlow and Keras Guide
- file: train/distributed-xgboost-lightgbm
title: XGBoost & LightGBM
title: XGBoost and LightGBM Guide
- file: train/horovod
title: Horovod Guide
- file: train/user-guides
title: User Guides
- file: train/examples
Expand Down
4 changes: 2 additions & 2 deletions doc/source/train/user-guides/monitoring-logging.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _train-monitoring-and-logging:

Monitoring and Logging
======================
Monitoring and Logging Metrics
==============================

Ray Train provides an API for reporting intermediate
results and checkpoints from the training function (run on distributed workers) up to the
Expand Down

0 comments on commit 89a2fac

Please sign in to comment.