diff --git a/docs/webapp/webapp_exp_table.md b/docs/webapp/webapp_exp_table.md index 975e7b55..81f8c57c 100644 --- a/docs/webapp/webapp_exp_table.md +++ b/docs/webapp/webapp_exp_table.md @@ -23,7 +23,7 @@ The experiments table default and customizable columns are described in the foll | **TYPE** | Type of experiment. **ClearML** supports multiple [task types](../fundamentals/task.md#task-types) for experimentation, and a variety of workflows and use cases. | Default | | **NAME** | Experiment name. | Default | | **TAGS** | Descriptive, user-defined, color-coded tags assigned to experiments. Use tags to classify experiments, and filter the list. See [tagging experiments](webapp_exp_track_visual#tagging-experiments). | Default | -| **STATUS** | Experiment state (status). See a list of the [task states and state transtions](../fundamentals/task.md#task-states-and-state-transitions). | Default | +| **STATUS** | Experiment state (status). See a list of the [task states and state transtions](../fundamentals/task.md#task-states). | Default | | **PROJECT** | Name of experiment's project. | Default | | **USER** | User who created or cloned the experiment. | Default (hidden) | | **STARTED** | Elapsed time since the experiment started. To view the date and time of start, hover over the elapsed time. | Default | @@ -88,7 +88,7 @@ experiments in the table. :::note Float Values Display By default, the experiments table displays rounded up float values. Hover over a float to view its precise value in the -tooltip that appears. To view all precise values in a column, hover over a float and click Expand. +tooltip that appears. To view all precise values in a column, hover over a float and click Expand. ::: ### Filtering Columns diff --git a/docs/webapp/webapp_exp_track_visual.md b/docs/webapp/webapp_exp_track_visual.md index 2221718a..8b83f08f 100644 --- a/docs/webapp/webapp_exp_track_visual.md +++ b/docs/webapp/webapp_exp_track_visual.md @@ -106,7 +106,7 @@ The output details include: -### Installed Python packages and Their Versions +### Installed Python Packages and Their Versions
View a screenshot