From 3179a15a3804c621ec4741e17f15bab1bfed76d1 Mon Sep 17 00:00:00 2001 From: David Berenstein Date: Wed, 5 Apr 2023 16:49:22 +0200 Subject: [PATCH] Bug/qa for training integration (#2655) # Description Resolves small QA issues w.r.t. text and CSS for code block formatting. --- .../snippets/training/text-classification/autotrain.md | 8 +------- .../_common/snippets/training/text2text/autotrain.md | 8 +------- .../snippets/training/token-classification/autotrain.md | 8 +------- docs/_source/_static/css/custom.css | 4 ++++ 4 files changed, 7 insertions(+), 21 deletions(-) diff --git a/docs/_source/_common/snippets/training/text-classification/autotrain.md b/docs/_source/_common/snippets/training/text-classification/autotrain.md index 63a5aef11f..e6b8547735 100644 --- a/docs/_source/_common/snippets/training/text-classification/autotrain.md +++ b/docs/_source/_common/snippets/training/text-classification/autotrain.md @@ -8,10 +8,4 @@ links: linkLink: https://argilla-argilla-streamlit-customs.hf.space/autotrain-project --- -*code snippet* - -Take a look at the Tutorial and AutoTrain UI. - -*update training config* - -N.A. \ No newline at end of file +This is a no-code solution so take a look at the Tutorial and AutoTrain UI links underneath. \ No newline at end of file diff --git a/docs/_source/_common/snippets/training/text2text/autotrain.md b/docs/_source/_common/snippets/training/text2text/autotrain.md index 63a5aef11f..e6b8547735 100644 --- a/docs/_source/_common/snippets/training/text2text/autotrain.md +++ b/docs/_source/_common/snippets/training/text2text/autotrain.md @@ -8,10 +8,4 @@ links: linkLink: https://argilla-argilla-streamlit-customs.hf.space/autotrain-project --- -*code snippet* - -Take a look at the Tutorial and AutoTrain UI. - -*update training config* - -N.A. \ No newline at end of file +This is a no-code solution so take a look at the Tutorial and AutoTrain UI links underneath. \ No newline at end of file diff --git a/docs/_source/_common/snippets/training/token-classification/autotrain.md b/docs/_source/_common/snippets/training/token-classification/autotrain.md index 63a5aef11f..e6b8547735 100644 --- a/docs/_source/_common/snippets/training/token-classification/autotrain.md +++ b/docs/_source/_common/snippets/training/token-classification/autotrain.md @@ -8,10 +8,4 @@ links: linkLink: https://argilla-argilla-streamlit-customs.hf.space/autotrain-project --- -*code snippet* - -Take a look at the Tutorial and AutoTrain UI. - -*update training config* - -N.A. \ No newline at end of file +This is a no-code solution so take a look at the Tutorial and AutoTrain UI links underneath. \ No newline at end of file diff --git a/docs/_source/_static/css/custom.css b/docs/_source/_static/css/custom.css index 6a6bf84d9d..3328ad8490 100644 --- a/docs/_source/_static/css/custom.css +++ b/docs/_source/_static/css/custom.css @@ -145,6 +145,10 @@ h2 { background: linear-gradient(-45deg, #c13030, #e25a55); } +.code pre code.python.hljs.language-python { + white-space: break-spaces; +} + .content .note .wy-alert-title, .content .seealso .wy-alert-title, .content .wy-alert-info.attention .wy-alert-title,