From 63214073ef787d7999079f46e8ca84931fbff42e Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:53:40 +0300 Subject: [PATCH] Small edits (#299) --- docs/clearml_sdk/task_sdk.md | 2 +- docs/integrations/libraries.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/clearml_sdk/task_sdk.md b/docs/clearml_sdk/task_sdk.md index 1a2e6b7c..7004251f 100644 --- a/docs/clearml_sdk/task_sdk.md +++ b/docs/clearml_sdk/task_sdk.md @@ -638,4 +638,4 @@ The above example sets the "backbone" property in a task. ![Task user properties](../img/fundamentals_task_config_properties.png) ## SDK Reference -For detailed information, see the complete [Task SDK reference page](../references/sdk/task.md) \ No newline at end of file +For detailed information, see the complete [Task SDK reference page](../references/sdk/task.md). \ No newline at end of file diff --git a/docs/integrations/libraries.md b/docs/integrations/libraries.md index 894469a6..e71fa72d 100644 --- a/docs/integrations/libraries.md +++ b/docs/integrations/libraries.md @@ -20,6 +20,7 @@ Just follow the [getting started](/getting_started/ds/ds_first_steps.md) to auto - [XGBoost](https://github.com/allegroai/clearml/tree/master/examples/frameworks/xgboost) - [MegEngine](https://github.com/allegroai/clearml/tree/master/examples/frameworks/megengine) - [CatBoost](https://github.com/allegroai/clearml/tree/master/examples/frameworks/catboost) +- [OpenMMLab](https://github.com/allegroai/clearml/tree/master/examples/frameworks/openmmlab) - [Hydra](https://github.com/allegroai/clearml/tree/master/examples/frameworks/hydra) - [Python Fire](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fire) - [click](https://github.com/allegroai/clearml/tree/master/examples/frameworks/click)