From 2b053af9b31492a71ea8dde297de7408099bcc9d Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 14 Jul 2022 10:29:36 +0300 Subject: [PATCH] small edits (#291) --- docs/deploying_clearml/clearml_server_config.md | 2 +- docs/guides/main.md | 2 +- docs/integrations/storage.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deploying_clearml/clearml_server_config.md b/docs/deploying_clearml/clearml_server_config.md index 48df9ed0..71f0aef8 100644 --- a/docs/deploying_clearml/clearml_server_config.md +++ b/docs/deploying_clearml/clearml_server_config.md @@ -308,7 +308,7 @@ Modify the following settings for the watchdog: **To configure the non-responsive watchdog for the ClearML Server:** 1. In the ClearML Server `/opt/clearml/config/services.conf` file, add or edit the `tasks.non_responsive_tasks_watchdog` - and specify the watchdog settings. + section and specify the watchdog settings. For example: diff --git a/docs/guides/main.md b/docs/guides/main.md index b66eee39..d463b81f 100644 --- a/docs/guides/main.md +++ b/docs/guides/main.md @@ -5,7 +5,7 @@ slug: /guides --- -To help learn and use ClearML, we provide example scripts that demonstrates how to use ClearML's various features. +To help learn and use ClearML, we provide example scripts that demonstrate how to use ClearML's various features. Examples scripts are in the [examples](https://github.com/allegroai/clearml/tree/master/examples) folder of the GitHub `clearml` repository. They are also pre-loaded in the **ClearML Server**: diff --git a/docs/integrations/storage.md b/docs/integrations/storage.md index 39eb7b4a..4032f3f5 100644 --- a/docs/integrations/storage.md +++ b/docs/integrations/storage.md @@ -131,7 +131,7 @@ azure.storage { ``` ### Configuring Google Storage -To configure Google Storage, specify the project and the path to the credentials json file. +To configure Google Storage, specify the project and the path to the credentials JSON file. It's also possible to specify credentials for a specific bucket. ```