From fae136ea121629bcf2535002311d77a85267309e Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Wed, 27 May 2020 12:39:53 +0200
Subject: [PATCH] Update allinea-ddt.md fixed introduction structure, related
 to #68

---
 docs.it4i/software/debuggers/allinea-ddt.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs.it4i/software/debuggers/allinea-ddt.md b/docs.it4i/software/debuggers/allinea-ddt.md
index ae984fbe1..df7cba384 100644
--- a/docs.it4i/software/debuggers/allinea-ddt.md
+++ b/docs.it4i/software/debuggers/allinea-ddt.md
@@ -1,6 +1,8 @@
 # Allinea Forge (DDT, MAP)
 
-Allinea Forge consist of two tools - debugger DDT and profiler MAP.
+## Introduction
+
+Allinea Forge consist of two tools:
 
 Allinea DDT is a commercial debugger primarily for debugging parallel MPI or OpenMP programs. It also supports for GPU (CUDA) and Intel Xeon Phi accelerators. DDT provides all the standard debugging features (stack trace, breakpoints, watches, view variables, threads, etc.) for every thread running as a part of your program, or for every process - even if these processes are distributed across a cluster using an MPI implementation.
 
-- 
GitLab