From d6c4a8d678e279fdbbea359a4828dcdc15047ad6 Mon Sep 17 00:00:00 2001
From: Victor Poughon <victor.poughon@cnes.fr>
Date: Tue, 11 Dec 2018 14:01:42 +0100
Subject: [PATCH] DOC: auto link also in see also

---
 Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py
index 2a1ac0c582..aa681b25fb 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
-- 
GitLab