diff --git a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py
index 21c79fc446994da68d1b75ad38a304e2399538a5..e31bdcc37cc6508e75ac2ab42f32757a0d7fa6dc 100755
--- a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py
+++ b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py
@@ -437,7 +437,7 @@ def ApplicationToRst(appname):
         print e
     # TODO: remove this when bug 440 is fixed
     app.Init()
-    output += RstHeading(app.GetDocName(), '^')
+    output += RstHeading(app.GetName() + ' - ' + app.GetDocName(), '^')
     output += app.GetDescription() + linesep * 2
     output += RstHeading("Detailed description", '-')
     output += app.GetDocLongDescription() + linesep * 2