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`_.