From 5a9585408156ec39c4b07fcd2fc3d0834ca48b17 Mon Sep 17 00:00:00 2001
From: Yoann Schneider <yschneider@teklia.com>
Date: Tue, 25 Jul 2023 09:49:45 +0200
Subject: [PATCH] fix warning admonition

---
 docs/usage/train/parameters.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/usage/train/parameters.md b/docs/usage/train/parameters.md
index 69cc44c2..feb0a48c 100644
--- a/docs/usage/train/parameters.md
+++ b/docs/usage/train/parameters.md
@@ -16,8 +16,7 @@ All hyperparameters are specified and editable in the training scripts `dan/ocr/
 | `dataset_params.config.augmentation`   | Whether to use data augmentation on the training set.                                  | `bool` | `True` (see [dedicated section](#data-augmentation)) |
 
 !!! warning
-
-The variables `dataset_name`, `dataset_level`, `dataset_variant` and `dataset_path` must have values such that the data is located in `{dataset_path}/{dataset_name}_{dataset_level}{dataset_variant}`.
+    The variables `dataset_name`, `dataset_level`, `dataset_variant` and `dataset_path` must have values such that the data is located in `{dataset_path}/{dataset_name}_{dataset_level}{dataset_variant}`.
 
 ### Data preprocessing
 
-- 
GitLab