From 6ea86cc00d31ce4b2302f3827221c50363df1a53 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Thu, 26 Jan 2017 15:17:36 +0100
Subject: [PATCH] Typo

---
 .../software/debuggers/intel-vtune-amplifier.md           | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs.it4i/anselm-cluster-documentation/software/debuggers/intel-vtune-amplifier.md b/docs.it4i/anselm-cluster-documentation/software/debuggers/intel-vtune-amplifier.md
index 278c69ba3..e9bae568d 100644
--- a/docs.it4i/anselm-cluster-documentation/software/debuggers/intel-vtune-amplifier.md
+++ b/docs.it4i/anselm-cluster-documentation/software/debuggers/intel-vtune-amplifier.md
@@ -2,7 +2,7 @@
 
 ## Introduction
 
-Intel_® _VTune™ Amplifier, part of Intel Parallel studio, is a GUI profiling tool designed for Intel processors. It offers a graphical performance analysis of single core and multithreaded applications. A highlight of the features:
+Intel VTune Amplifier, part of Intel Parallel studio, is a GUI profiling tool designed for Intel processors. It offers a graphical performance analysis of single core and multithreaded applications. A highlight of the features:
 
 -   Hotspot analysis
 -   Locks and waits analysis
@@ -26,7 +26,7 @@ and launch the GUI :
     $ amplxe-gui
 ```
 
-!!! Note "Note"
+!!! Note
 	To profile an application with VTune Amplifier, special kernel modules need to be loaded. The modules are not loaded on Anselm login nodes, thus direct profiling on login nodes is not possible. Use VTune on compute nodes and refer to the documentation on using GUI applications.
 
 The GUI will open in new window. Click on "_New Project..._" to create a new project. After clicking _OK_, a new window with project properties will appear.  At "_Application:_", select the bath to your binary you want to profile (the binary should be compiled with -g flag). Some additional options such as command line arguments can be selected. At "_Managed code profiling mode:_" select "_Native_" (unless you want to profile managed mode .NET/Mono applications). After clicking _OK_, your project is created.
@@ -47,7 +47,7 @@ Copy the line to clipboard and then you can paste it in your jobscript or in com
 
 ## Xeon Phi
 
-!!! Note "Note"
+!!! Note
 	This section is outdated. It will be updated with new information soon.
 
 It is possible to analyze both native and offload Xeon Phi applications. For offload mode, just specify the path to the binary. For native mode, you need to specify in project properties:
@@ -58,7 +58,7 @@ Application parameters:  mic0 source ~/.profile && /path/to/your/bin
 
 Note that we include  source ~/.profile in the command to setup environment paths [as described here](../intel-xeon-phi/).
 
-!!! Note "Note"
+!!! Note
 	If the analysis is interrupted or aborted, further analysis on the card might be impossible and you will get errors like "ERROR connecting to MIC card". In this case please contact our support to reboot the MIC card.
 
 You may also use remote analysis to collect data from the MIC and then analyze it in the GUI later :
-- 
GitLab