From 53ef5c2b1126b9e69e7f6869d28cf094c40f0816 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:49:31 +0200 Subject: [PATCH] Small edits (#963) --- docs/fundamentals/artifacts.md | 2 +- docs/fundamentals/task.md | 2 +- docs/webapp/webapp_exp_track_visual.md | 6 +++--- docs/webapp/webapp_exp_tuning.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/fundamentals/artifacts.md b/docs/fundamentals/artifacts.md index 2313cf3b..22e207c0 100644 --- a/docs/fundamentals/artifacts.md +++ b/docs/fundamentals/artifacts.md @@ -72,7 +72,7 @@ the models associated with a project are listed. ## SDK Interface -See [the Models SDK interface](../clearml_sdk/model_sdk.md) for an overview for using the most basic Pythonic methods of the model +See the [Models SDK interface](../clearml_sdk/model_sdk.md) for an overview for using the most basic Pythonic methods of the model classes. See a detailed list of all available methods in the [Model](../references/sdk/model_model.md), [OutputModel](../references/sdk/model_outputmodel.md), and [InputModel](../references/sdk/model_inputmodel.md) reference pages. diff --git a/docs/fundamentals/task.md b/docs/fundamentals/task.md index d9b84226..20a2d3ba 100644 --- a/docs/fundamentals/task.md +++ b/docs/fundamentals/task.md @@ -190,6 +190,6 @@ The following table describes the task states and state transitions. ## SDK Interface -See [the task SDK interface](../clearml_sdk/task_sdk.md) for an overview for using the most basic Pythonic methods of the `Task` class. +See the [Task SDK interface](../clearml_sdk/task_sdk.md) for an overview for using the most basic Pythonic methods of the `Task` class. See the [Task reference page](../references/sdk/task.md) for a complete list of available methods. diff --git a/docs/webapp/webapp_exp_track_visual.md b/docs/webapp/webapp_exp_track_visual.md index 227f3d00..0f050765 100644 --- a/docs/webapp/webapp_exp_track_visual.md +++ b/docs/webapp/webapp_exp_track_visual.md @@ -180,7 +180,7 @@ parameter in [`Task.connect_configuration`](../references/sdk/task.md#connect_co Artifacts tracked in an experiment appear in the **ARTIFACTS** tab, and include models and other artifacts. Artifact location is displayed in the `FILE PATH` field. -The UI provides locally stored artifacts with a 'copy to clipboard' action (Clipboard) +The UI provides locally stored artifacts with a 'copy to clipboard' action (Clipboard) to facilitate local storage access (since web applications are prohibited from accessing the local disk for security reasons). The UI provides Network hosted (e.g. https://, s3:// etc. URIs) artifacts with a download action (Download) to retrieve these files. @@ -196,7 +196,7 @@ including design, label enumeration, and general information, go to the **MODELS 1. In the model details **>** **GENERAL** tab **>** **MODEL URL**, either: * Download the model, if it is stored in remote storage. - * Copy its location to the clipboard Copy Clipboard, + * Copy its location to the clipboard Copy Clipboard, if it is in a local file. @@ -211,7 +211,7 @@ They include the file path, file size, and hash. In the **ARTIFACTS** tab **>** **OTHER** **>** Select an artifact **>** Either: * Download the artifact , if it is stored in remote storage. -* Copy its location to the clipboard Copy Clipboard, +* Copy its location to the clipboard Copy Clipboard, if it is in a local file. ![Other artifacts section](../img/webapp_tracking_30.png) diff --git a/docs/webapp/webapp_exp_tuning.md b/docs/webapp/webapp_exp_tuning.md index b0a7943c..a9837911 100644 --- a/docs/webapp/webapp_exp_tuning.md +++ b/docs/webapp/webapp_exp_tuning.md @@ -186,7 +186,7 @@ model in the **MODELS** tab. remove the configuration). Users can also search for the configuration (hover over the configuration textbox, the search box appears) and copy the - configuration to the clipboard (hover and click Copy Clipboard). + configuration to the clipboard (hover and click Copy Clipboard). * Label enumeration - In the **LABELS** tab **>** Hover and click **EDIT** **>** Add, change, or delete label enumeration key-value pairs.