From a5eafda427606a4476d6c898b211d99f1741f689 Mon Sep 17 00:00:00 2001 From: revital Date: Sun, 27 Apr 2025 11:20:16 +0300 Subject: [PATCH] Small edits --- docs/community.md | 2 +- docs/deploying_clearml/clearml_server_security.md | 2 +- docs/guides/reporting/clearml_logging_example.md | 2 +- docs/hyperdatasets/webapp/webapp_datasets_versioning.md | 2 +- docs/model_registry.md | 2 +- docs/overview.md | 2 +- docs/release_notes/clearml_server/enterprise/ver_3_23.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/community.md b/docs/community.md index 31dbd5dd..29472c9e 100644 --- a/docs/community.md +++ b/docs/community.md @@ -8,7 +8,7 @@ For feature requests or bug reports, see **ClearML** [GitHub issues](https://git If you have any questions, post on the **ClearML** [Slack channel](https://joinslack.clear.ml). -Or, tag your questions on [stackoverflow](https://stackoverflow.com/questions/tagged/clearml) with the **clearml** tag. +Or, tag your questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/clearml) with the **clearml** tag. You can always find us at [support@clear.ml](mailto:support@clear.ml?subject=ClearML). diff --git a/docs/deploying_clearml/clearml_server_security.md b/docs/deploying_clearml/clearml_server_security.md index 73e00a13..bb7f87ed 100644 --- a/docs/deploying_clearml/clearml_server_security.md +++ b/docs/deploying_clearml/clearml_server_security.md @@ -33,7 +33,7 @@ has been configured. It is recommended to use an [object storage solution](../in ## Server Credentials and Secrets -By default, ClearML Server comes with default values that are designed to allow to set it up quickly and to start working +By default, ClearML Server comes with default values designed to allow you to quickly set it up and to start working with the ClearML SDK. However, this also means that the **server must be secured** by either preventing any external access, or by changing diff --git a/docs/guides/reporting/clearml_logging_example.md b/docs/guides/reporting/clearml_logging_example.md index 760152b5..34713dba 100644 --- a/docs/guides/reporting/clearml_logging_example.md +++ b/docs/guides/reporting/clearml_logging_example.md @@ -17,7 +17,7 @@ In the ``clearml`` GitHub repository, this example includes a clickable icon to ## Scalars -To reports scalars, call [`Logger.report_scalar()`](../../references/sdk/logger.md#report_scalar). +To report scalars, call [`Logger.report_scalar()`](../../references/sdk/logger.md#report_scalar). The scalar plots appear in the **web UI** in **SCALARS**. ```python diff --git a/docs/hyperdatasets/webapp/webapp_datasets_versioning.md b/docs/hyperdatasets/webapp/webapp_datasets_versioning.md index 6e7e2068..a2e5d361 100644 --- a/docs/hyperdatasets/webapp/webapp_datasets_versioning.md +++ b/docs/hyperdatasets/webapp/webapp_datasets_versioning.md @@ -248,7 +248,7 @@ Filter by date/time metadata fields using Lucene queries. * Open a frame in the frame viewer to see its metadata. - ![Frame datetimee metadata in frame viewer](../../img/hyperdatasets/frame_filtering_14.png#light-mode-only) + ![Frame datetime metadata in frame viewer](../../img/hyperdatasets/frame_filtering_14.png#light-mode-only) ![Frame datetime metadata in frame viewer](../../img/hyperdatasets/frame_filtering_14_dark.png#dark-mode-only) diff --git a/docs/model_registry.md b/docs/model_registry.md index d4e8d1e8..9386f7a9 100644 --- a/docs/model_registry.md +++ b/docs/model_registry.md @@ -101,7 +101,7 @@ input_model_2 = InputModel.import_model( ) ``` -After instantiating an InputModel instance, you can connect it to a task object, so the model can be traced to n +After instantiating an InputModel instance, you can connect it to a task object, so the model can be traced to a task. ```python diff --git a/docs/overview.md b/docs/overview.md index d6ddb186..3c0995d5 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -77,6 +77,6 @@ For detailed instructions on each step, refer to the respective sections in this ## Support For feature requests or bug reports, see ClearML on [GitHub](https://github.com/clearml/clearml/issues). -If you have any questions, join the discussion on the **ClearML** [Slack channel](https://joinslack.clear.ml), or tag your questions on [stackoverflow](https://stackoverflow.com/questions/tagged/clearml) with the **clearml** tag. +If you have any questions, join the discussion on the **ClearML** [Slack channel](https://joinslack.clear.ml), or tag your questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/clearml) with the **clearml** tag. Lastly, you can always find us at [support@clearml.ai](mailto:support@clearml.ai?subject=ClearML). \ No newline at end of file diff --git a/docs/release_notes/clearml_server/enterprise/ver_3_23.md b/docs/release_notes/clearml_server/enterprise/ver_3_23.md index c3e42865..1d967d64 100644 --- a/docs/release_notes/clearml_server/enterprise/ver_3_23.md +++ b/docs/release_notes/clearml_server/enterprise/ver_3_23.md @@ -82,5 +82,5 @@ user access to these objects or their containing project. * Fix pipeline run version not set when re-executed via the UI * Fix UI DataView successfully created with identical IDs in label enumeration * Fix UI DataView created successfully when "Limit Frames" repetition option is selected, but the maximum number of frames is not set -* Fix moving a enqueued experiment to a new UI queue results in error +* Fix moving an enqueued experiment to a new UI queue results in error * Fix metric and hyperparameter group string not searchable in UI table