From fd4d9aa3ea6fdb5118a281bdede7ef3e75fa096d Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Fri, 3 Nov 2023 15:20:19 +0100
Subject: [PATCH] Lint: line lenght and alignment of code blocks

---
 .../docs/jobs_and_resources/barnard_test.md   | 23 ++++++++++---------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
index 2d9a39427..db893ca12 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
@@ -79,16 +79,16 @@ of the old and new system. (Do not use the datamovers from Taurus!)
 
 ??? "Migration from Home Directory"
 
-    Your personal (old) home directory at Taurus will not be automatically transferred to the new Barnard
-    system. **You are responsible for this task.** Please do not copy your entire home, but consider
-    this opportunity for cleaning up you data. E.g., it might make sense to delete outdated scripts, old
-    log files, etc., and move other files to an archive filesystem. Thus, please transfer only selected
-    directories and files that you need on the new system.
+    Your personal (old) home directory at Taurus will not be automatically transferred to the new
+    Barnard system. **You are responsible for this task.** Please do not copy your entire home, but
+    consider this opportunity for cleaning up you data. E.g., it might make sense to delete outdated
+    scripts, old log files, etc., and move other files to an archive filesystem. Thus, please
+    transfer only selected directories and files that you need on the new system.
 
-    The well-known [datamover tools](../../data_transfer/datamover/) are available to run such transfer
-    jobs under Slurm. The steps are as follows:
+    The well-known [datamover tools](../../data_transfer/datamover/) are available to run such
+    transfer jobs under Slurm. The steps are as follows:
 
-    1. Login to Barnard: `ssh login[1-4].barnard.tu-dresden.de`
+    1. Login to Barnard, i.e., `ssh login[1-4].barnard.tu-dresden.de`
     1. The command `dtinfo` will provide you the mountpoints
 
         ```console
@@ -108,11 +108,12 @@ of the old and new system. (Do not use the datamovers from Taurus!)
          marie@barnard$ dtls /data/old/home/marie
          [...]
          ```
+
     1. Use `dtcp` command to invoke a transfer job, e.g.,
 
-    ```console
-    marie@barnard$ dtcp --recursive /data/old/home/marie/<useful data> /home/marie/
-    ```
+        ```console
+        marie@barnard$ dtcp --recursive /data/old/home/marie/<useful data> /home/marie/
+        ```
 
     **Note**, please adopt the source and target paths to your needs. All available options can be
     queried via `dtinfo --help`.
-- 
GitLab