diff --git a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py index 86e4e600d0dd7bee4361dbdf6c1051cafc6859b3..d5ce03fb83193c6c2c20dcd239c190412bfdfb96 100755 --- a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py +++ b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py @@ -1,4 +1,4 @@ - #!/usr/bin/env python3 +#!/usr/bin/env python3 # # Copyright (C) 2005-2017 Centre National d'Etudes Spatiales (CNES) # @@ -69,7 +69,6 @@ def GetApplicationExamplePythonSnippet(app,idx,expand = False, inputpath="",outp output = "" output += ".. code-block:: python\n\n" - print(app.GetName()) # Render example comment if len(app.GetExampleComment(idx)) > 0: output += "\t# {}\n".format(app.GetExampleComment(idx))