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. ```