CSS admonition + small edits (#262)

This commit is contained in:
pollfly
2022-05-26 12:31:35 +03:00
committed by GitHub
parent 2e3c9862cb
commit bf80c10d16
5 changed files with 14 additions and 5 deletions

View File

@@ -36,7 +36,8 @@ In the example script, the controller defines the interactions between the pipel
1. The modified data is passed to the third step, `step_three`.
:::info Local Execution
In this example, the pipeline is set to run in local mode by using the [PipelineDecorator.run_locally](../../references/sdk/automation_controller_pipelinecontroller.md#pipelinedecoratorrun_locally)
In this example, the pipeline is set to run in local mode by using
the <span class="link-code"><a href="../../references/sdk/automation_controller_pipelinecontroller.md#pipelinedecoratorrun_locally"><code>PipelineDecorator.run_locally</code></a></span>
method before calling the pipeline function. See pipeline execution options [here](../../pipelines/pipelines_sdk_function_decorators.md#running-the-pipeline).
:::