From e3aee6b434d3e9b5d0755132cf37509a9fc55446 Mon Sep 17 00:00:00 2001 From: Max Fitton Date: Thu, 10 Sep 2020 15:51:26 -0700 Subject: [PATCH] [Dashboard] Refresh documentation 1.0.0 (#10684) --- doc/source/ray-dashboard.rst | 139 ++++++++++++----------------------- 1 file changed, 45 insertions(+), 94 deletions(-) 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.