Small edits (#260)

This commit is contained in:
pollfly
2022-05-26 09:54:41 +03:00
committed by GitHub
parent 4a361782d8
commit 31ab5d0af7
33 changed files with 42 additions and 43 deletions

View File

@@ -101,7 +101,7 @@ including their sub-sections (see [WebApp sections](#webapp-access) below).
## WebApp Interface
Configurations can be viewed in web UI experiment pages, in the **CONFIGURATIONS** panel.
Configurations can be viewed in web UI experiment pages, in the **CONFIGURATION** tab.
The configuration panel is split into three sections according to type:
- **User Properties** - Modifiable section that can be edited post-execution.

View File

@@ -158,6 +158,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 list.