From e4a1cda0adf2432d6c7a9b6e9feafccc43246285 Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Thu, 11 Jun 2020 11:29:16 -0700 Subject: [PATCH] [tune][hotfix] fix links (#8904) --- doc/source/tune.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/tune.rst b/doc/source/tune.rst index c6da56c5d..3e1e450fc 100644 --- a/doc/source/tune.rst +++ b/doc/source/tune.rst @@ -11,7 +11,7 @@ Tune is a Python library for experiment execution and hyperparameter tuning at a * Launch a multi-node :ref:`distributed hyperparameter sweep ` in less than 10 lines of code. * Supports any machine learning framework, :ref:`including PyTorch, XGBoost, MXNet, and Keras`. - * Automatically manages ref:`checkpoints `_ and logging to `TensorBoard `__. + * Automatically manages :ref:`checkpoints ` and logging to :ref:`TensorBoard `. * Choose among state of the art algorithms such as :ref:`Population Based Training (PBT) `, :ref:`BayesOptSearch `, :ref:`HyperBand/ASHA `. * Move your models from training to serving on the same infrastructure with `Ray Serve`_.