From 2d8c087bd2c3830b2156e4a3c5471dddf4b444b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Fri, 27 Jan 2017 13:51:31 +0100
Subject: [PATCH] Capitalize

---
 docs.it4i/anselm-cluster-documentation/prace.md           | 8 ++++----
 .../anselm-cluster-documentation/software/isv_licenses.md | 4 +++-
 .../anselm-cluster-documentation/software/nvidia-cuda.md  | 2 +-
 docs.it4i/software/lmod.md                                | 2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/docs.it4i/anselm-cluster-documentation/prace.md b/docs.it4i/anselm-cluster-documentation/prace.md
index de9888a67..5d05165ec 100644
--- a/docs.it4i/anselm-cluster-documentation/prace.md
+++ b/docs.it4i/anselm-cluster-documentation/prace.md
@@ -48,7 +48,7 @@ To check whether your proxy certificate is still valid (by default it's valid 12
 
 To access Anselm cluster, two login nodes running GSI SSH service are available. The service is available from public Internet as well as from the internal PRACE network (accessible only from other PRACE partners).
 
-#### Access from PRACE network:
+#### Access From PRACE Network:
 
 It is recommended to use the single DNS name anselm-prace.it4i.cz which is distributed between the two login nodes. If needed, user can login directly to one of the login nodes. The addresses are:
 
@@ -68,7 +68,7 @@ When logging from other PRACE system, the prace_service script can be used:
     $ gsissh `prace_service -i -s anselm`
 ```
 
-#### Access from public Internet:
+#### Access From Public Internet:
 
 It is recommended to use the single DNS name anselm.it4i.cz which is distributed between the two login nodes. If needed, user can login directly to one of the login nodes. The addresses are:
 
@@ -122,7 +122,7 @@ Apart from the standard mechanisms, for PRACE users to transfer data to/from Ans
 
 There's one control server and three backend servers for striping and/or backup in case one of them would fail.
 
-### Access from PRACE network
+### Access From PRACE Network
 
 | Login address                | Port | Node role                   |
 | ---------------------------- | ---- | --------------------------- |
@@ -155,7 +155,7 @@ Or by using prace_service script:
     $ globus-url-copy gsiftp://`prace_service -i -f anselm`/home/prace/_YOUR_ACCOUNT_ON_ANSELM_/_PATH_TO_YOUR_FILE_ file://_LOCAL_PATH_TO_YOUR_FILE_
 ```
 
-### Access from public Internet
+### Access From Public Internet
 
 | Login address          | Port | Node role                   |
 | ---------------------- | ---- | --------------------------- |
diff --git a/docs.it4i/anselm-cluster-documentation/software/isv_licenses.md b/docs.it4i/anselm-cluster-documentation/software/isv_licenses.md
index a7c898aae..bcb11ace4 100644
--- a/docs.it4i/anselm-cluster-documentation/software/isv_licenses.md
+++ b/docs.it4i/anselm-cluster-documentation/software/isv_licenses.md
@@ -92,7 +92,9 @@ Example of PBS Pro resource name, based on APP and FEATURE name:
 | matlab-edu  | MATLAB_Distrib_Comp_Engine | feature_matlab-edu_MATLAB_Distrib_Comp_Engine   |
 | matlab-edu  | Image_Acquisition_Toolbox  | feature_matlab-edu_Image_Acquisition_Toolbox\\  |
 
-#### Be aware, that the resource names in PBS Pro are CASE SENSITIVE!
+
+!!! Warnig
+Resource names in PBS Pro are case sensitive.
 
 ### Example of qsub Statement
 
diff --git a/docs.it4i/anselm-cluster-documentation/software/nvidia-cuda.md b/docs.it4i/anselm-cluster-documentation/software/nvidia-cuda.md
index 6291a4f29..392811efa 100644
--- a/docs.it4i/anselm-cluster-documentation/software/nvidia-cuda.md
+++ b/docs.it4i/anselm-cluster-documentation/software/nvidia-cuda.md
@@ -198,7 +198,7 @@ To run the code use interactive PBS session to get access to one of the GPU acce
 
 The NVIDIA CUDA Basic Linear Algebra Subroutines (cuBLAS) library is a GPU-accelerated version of the complete standard BLAS library with 152 standard BLAS routines. Basic description of the library together with basic performance comparison with MKL can be found [here](https://developer.nvidia.com/cublas "Nvidia cuBLAS").
 
-#### cuBLAS example: SAXPY
+#### cuBLAS Example: SAXPY
 
 SAXPY function multiplies the vector x by the scalar alpha and adds it to the vector y overwriting the latest vector with the result. The description of the cuBLAS function can be found in [NVIDIA CUDA documentation](http://docs.nvidia.com/cuda/cublas/index.html#cublas-lt-t-gt-axpy "Nvidia CUDA documentation "). Code can be pasted in the file and compiled without any modification.
 
diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md
index 28a404164..28ae669ca 100644
--- a/docs.it4i/software/lmod.md
+++ b/docs.it4i/software/lmod.md
@@ -236,7 +236,7 @@ For example, once you have loaded one or more modules that were installed with t
 
 In addition, only **one single version** of each software package can be loaded at a particular time. For example, once you have the Python/3.5.2-intel-2017.00 module loaded, you can not load a different version of Python in the same session/job script, neither directly, nor indirectly as a dependency of another module you want to load.
 
-### Unloading modules: ml -modname(s
+### Unloading Modules
 
 To revert the changes to the environment that were made by a particular module, you can use ml -<modname>.
 For example:
-- 
GitLab