mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 18:53:37 +00:00
CSS admonition + small edits (#262)
This commit is contained in:
parent
2e3c9862cb
commit
bf80c10d16
@ -707,7 +707,7 @@ For example:
|
|||||||
Set a schedule for a worker using configuration file options. The options are:
|
Set a schedule for a worker using configuration file options. The options are:
|
||||||
|
|
||||||
:::warning
|
:::warning
|
||||||
Only use one of these properties
|
Use only one of these properties
|
||||||
:::
|
:::
|
||||||
|
|
||||||
* ``agent.uptime``
|
* ``agent.uptime``
|
||||||
|
@ -151,7 +151,7 @@ All console output during the execution of the migration script is saved to a lo
|
|||||||
If the migration script does not complete successfully, the migration script prints the error.
|
If the migration script does not complete successfully, the migration script prints the error.
|
||||||
|
|
||||||
:::important
|
:::important
|
||||||
For help in resolving migration issues, check the **allegro-clearml** [Slack Channel](https://join.slack.com/t/clearml/shared_invite/zt-c0t13pty-aVUZZW1TSSSg2vyIGVPBhg),
|
For help in resolving migration issues, check the **ClearML** [Slack Channel](https://join.slack.com/t/clearml/shared_invite/zt-c0t13pty-aVUZZW1TSSSg2vyIGVPBhg),
|
||||||
[GitHub Issues](https://github.com/allegroai/clearml-server/issues), and the **ClearML Server** sections of the [FAQ](../faq.md).
|
[GitHub Issues](https://github.com/allegroai/clearml-server/issues), and the **ClearML Server** sections of the [FAQ](../faq.md).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
@ -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`.
|
1. The modified data is passed to the third step, `step_three`.
|
||||||
|
|
||||||
:::info Local Execution
|
:::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).
|
method before calling the pipeline function. See pipeline execution options [here](../../pipelines/pipelines_sdk_function_decorators.md#running-the-pipeline).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
@ -97,9 +97,9 @@ and formats for specifying locations include:
|
|||||||
|
|
||||||
:::note Set Output Destination for Artifacts
|
:::note Set Output Destination for Artifacts
|
||||||
Also set the output destination for artifacts in code (see the `output_uri` parameter of the
|
Also set the output destination for artifacts in code (see the `output_uri` parameter of the
|
||||||
[Task.init](../references/sdk/task.md#taskinit)
|
[`Task.init`](../references/sdk/task.md#taskinit)
|
||||||
method), and in the ClearML configuration file
|
method), and in the ClearML configuration file
|
||||||
for all experiments (see [default_output_uri](../configs/clearml_conf.md#config_default_output_uri)
|
for all experiments (see [`default_output_uri`](../configs/clearml_conf.md#config_default_output_uri)
|
||||||
on the ClearML Configuration Reference page).
|
on the ClearML Configuration Reference page).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
@ -706,6 +706,14 @@ html[data-theme="dark"] .markdown hr {
|
|||||||
.admonition-content code {
|
.admonition-content code {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admonition-content .link-code a {
|
||||||
|
color: var(--ifm-color-primary);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.admonition-content .link-code a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
/* danger (red) */
|
/* danger (red) */
|
||||||
.alert--danger {
|
.alert--danger {
|
||||||
--ifm-alert-background-color: var(--ifm-color-danger-light);
|
--ifm-alert-background-color: var(--ifm-color-danger-light);
|
||||||
|
Loading…
Reference in New Issue
Block a user