From 03f5c12f13dada009d29ce3ee4e89e02deb25fee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Jir=C3=A1sek?= <pavel.jirasek@vsb.cz>
Date: Mon, 23 Jan 2017 10:09:40 +0100
Subject: [PATCH] Links to imgs

---
 .../anselm-cluster-documentation/job-priority.md   | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/docs.it4i/anselm-cluster-documentation/job-priority.md b/docs.it4i/anselm-cluster-documentation/job-priority.md
index d86e3a8f1..24bcee5b3 100644
--- a/docs.it4i/anselm-cluster-documentation/job-priority.md
+++ b/docs.it4i/anselm-cluster-documentation/job-priority.md
@@ -28,13 +28,17 @@ Fairshare priority is used for ranking jobs with equal queue priority.
 
 Fairshare priority is calculated as
 
-![](../../img/fairshare_formula.png)
+![](../img/fairshare_formula.png)
 
-where MAX_FAIRSHARE has value 1E6, usage~Project~ is cumulated usage by all members of selected project, usage~Total~ is total usage by all users, by all projects.
+where MAX_FAIRSHARE has value 1E6,
+usage~Project~ is cumulated usage by all members of selected project,
+usage~Total~ is total usage by all users, by all projects.
 
-Usage counts allocated corehours (ncpus*walltime). Usage is decayed, or cut in half periodically, at the interval 168 hours (one week). Jobs queued in queue qexp are not calculated to project's usage.
+Usage counts allocated corehours (ncpus walltime). Usage is decayed, or cut in half periodically, at the interval 168 hours (one week).
+Jobs queued in queue qexp are not calculated to project's usage.
 
->Calculated usage and fairshare priority can be seen at <https://extranet.it4i.cz/anselm/projects>.
+!!! Note "Note"
+	Calculated usage and fairshare priority can be seen at <https://extranet.it4i.cz/anselm/projects>.
 
 Calculated fairshare priority can be also seen as Resource_List.fairshare attribute of a job.
 
@@ -50,7 +54,7 @@ Eligible time can be seen as eligible_time attribute of job.
 
 Job execution priority (job sort formula) is calculated as:
 
-![](../../img/job_sort_formula.png)
+![](../img/job_sort_formula.png)
 
 ### Job backfilling
 
-- 
GitLab