diff --git a/doc/source/ray-dashboard.rst b/doc/source/ray-dashboard.rst index ff5cb67cc..b7b31d9e2 100644 --- a/doc/source/ray-dashboard.rst +++ b/doc/source/ray-dashboard.rst @@ -4,6 +4,7 @@ Ray's built-in dashboard provides metrics, charts, and other features that help Ray users to understand Ray clusters and libraries. The dashboard lets you: + - View cluster metrics. - See errors and exceptions at a glance. - View logs across many machines in a single pane. @@ -13,9 +14,6 @@ The dashboard lets you: - See Tune jobs and trial information. - Detect cluster anomalies and debug them. -.. image:: https://raw.githubusercontent.com/ray-project/Images/master/docs/dashboard/Dashboard-overview.png - :align: center - Getting Started --------------- You can access the dashboard through its default URL, **localhost:8265**. @@ -34,47 +32,62 @@ The dashboard is also available :ref:`when using the cluster launcher `_ for more details.