diff --git a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py index 2a1ac0c5829b5f636ef43219882bfbd68550998d..aa681b25fbc272ccf986817c5261eeae2b49276c 100755 --- a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py +++ b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py @@ -393,7 +393,7 @@ def render_application(appname, allapps): examples_cli=render_all_examples_cli(app), examples_python=render_all_examples_python(app), limitations=render_limitations(app), - see_also=render_see_also(app) + see_also=make_links(render_see_also(app), allapps) ) return output