From 44c5ae31e4f0aaa215c671848b3095f4caa4f1ad Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Tue, 17 Aug 2021 11:26:53 +0200
Subject: [PATCH] Update capacity-computing.md

---
 docs.it4i/general/capacity-computing.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md
index cc29f5b59..fa6637ae7 100644
--- a/docs.it4i/general/capacity-computing.md
+++ b/docs.it4i/general/capacity-computing.md
@@ -158,7 +158,7 @@ HyperQueue lets you build a computation plan consisting of a large amount of tas
 
 To install/compile HyperQueue, follow the steps on the [official webpage][b].
 
-### Submiting a simple task
+### Submiting a Simple Task
 
 * Start server (e.g. on a login node or in a cluster partition)
 
@@ -170,23 +170,23 @@ To install/compile HyperQueue, follow the steps on the [official webpage][b].
 
 * Ask for computing resources
 
-    * Start worker manually
+  * Start worker manually
 
-      ``$ hq worker start &``
+    ``$ hq worker start &``
 
-    * Automatic resource request
+  * Automatic resource request
 
-      [Not implemented yet]
+    [Not implemented yet]
 
-    * Manual request in PBS
+  * Manual request in PBS
 
-      - Start worker on the first node of a PBS job
+    - Start worker on the first node of a PBS job
 
-        ``$ qsub <your-params-of-qsub> -- hq worker start``
+    ``$ qsub <your-params-of-qsub> -- hq worker start``
 
-      - Start worker on all nodes of a PBS job
+    - Start worker on all nodes of a PBS job
 
-        ``$ qsub <your-params-of-qsub> -- `which pbsdsh` hq worker start``
+    ``$ qsub <your-params-of-qsub> -- `which pbsdsh` hq worker start``
 
 * Monitor the state of jobs
 
-- 
GitLab