From a2098ccbcb1ef0a4d9bd8072aa000550e54caa6d Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 2 May 2023 15:35:33 +0300 Subject: [PATCH] Small edits (#546) --- docs/configs/clearml_conf.md | 2 +- docs/webapp/pipelines/webapp_pipeline_viewing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configs/clearml_conf.md b/docs/configs/clearml_conf.md index 2c966a81..447fcf8a 100644 --- a/docs/configs/clearml_conf.md +++ b/docs/configs/clearml_conf.md @@ -751,7 +751,7 @@ metrics, network, AWS S3 buckets and credentials, Google Cloud Storage, Azure St **`sdk.aws.boto3`** (*dict*) -* Dictionary of AWS Storage, Boto2 options. +* Dictionary of AWS Storage, Boto3 options. --- diff --git a/docs/webapp/pipelines/webapp_pipeline_viewing.md b/docs/webapp/pipelines/webapp_pipeline_viewing.md index 94f9c4aa..3823698a 100644 --- a/docs/webapp/pipelines/webapp_pipeline_viewing.md +++ b/docs/webapp/pipelines/webapp_pipeline_viewing.md @@ -55,7 +55,7 @@ To view a step’s console log, click **DETAILS** and then click on a step. ![Step console](../../img/webapp_pipeline_step_console.png) For pipelines steps generated from functions using either [`PipelineController.add_function_step`](../../references/sdk/automation_controller_pipelinecontroller.md#add_function_step) -or [`PipelineDecorator.component`](../../references/sdk/automation_controller_pipelinecontroller.md##pipelinedecoratorcomponent), +or [`PipelineDecorator.component`](../../references/sdk/automation_controller_pipelinecontroller.md#pipelinedecoratorcomponent), you can also view the selected step’s code. On the top center of the console panel, click **Code**.