Update docs for ClearML server 1.6 (#280)

This commit is contained in:
pollfly
2022-06-30 20:16:13 +03:00
committed by GitHub
parent 92a4826dcb
commit b2af25b52d
312 changed files with 209 additions and 75 deletions

View File

@@ -13,8 +13,10 @@ The **ClearML Web UI** is the graphical user interface for the ClearML platform,
The ClearML Web UI is composed of the following pages:
* [Dashboard](webapp_home.md) - The dashboard for recent activity and quick access to experiments and projects.
* [Projects](webapp_projects_page.md) - The main experimentation page. Access your experiments and models as they are organized into projects.
* [Dashboard](webapp_home.md) <img src="/docs/latest/icons/ico-bars-homepage.svg" className="icon size-md space-sm" /> -
The dashboard for recent activity and quick access to experiments and projects.
* [Projects](webapp_projects_page.md) <img src="/docs/latest/icons/ico-bars-projects.svg" className="icon size-md space-sm" /> -
The main experimentation page. Access your experiments and models as they are organized into projects.
The [experiments](webapp_exp_table.md) and [models](webapp_model_table.md) are displayed in tables
which let you:
* [Track ongoing experiments and visualize their results](webapp_exp_track_visual.md)
@@ -23,9 +25,9 @@ The ClearML Web UI is composed of the following pages:
* [Compare experiments](webapp_exp_comparing.md)
* [Share experiments and their models](webapp_exp_sharing.md) with other ClearML hosted service users
* [Archive experiments and models](webapp_archiving.md)
* [Pipelines](pipelines/webapp_pipeline_page.md) - View and manage your pipelines.
* [Workers and Queues](webapp_workers_queues.md) - The resource monitoring and queues management page.
* [Datasets](datasets/webapp_dataset_page.md) <img src="/docs/latest/icons/ico-side-bar-datasets.svg" alt="Datasets" className="icon size-md space-sm" /> - View and manage your datasets.
* [Pipelines](pipelines/webapp_pipeline_page.md) <img src="/docs/latest/icons/pipelines.svg" className="icon size-md space-sm" /> - View and manage your pipelines.
* [Workers and Queues](webapp_workers_queues.md) <img src="/docs/latest/icons/ico-workers.svg" alt="Workers and Queues" className="icon size-md space-sm" /> - The resource monitoring and queues management page.
* [Settings](webapp_profile.md) (available through the profile menu <img src="/docs/latest/icons/ico-me.svg" alt="Profile button" className="icon size-lg space-sm" />) -
Manage your ClearML user account:
@@ -37,8 +39,6 @@ The ClearML Web UI is composed of the following pages:
* Manage users and workspaces
* Manage resource access permissions (available in the ClearML Enterprise plan)
![module icons](../img/webapp_module_icons.png)
## WebApp Menus