Skip to content
Snippets Groups Projects
Commit d6c4a8d6 authored by Victor Poughon's avatar Victor Poughon
Browse files

DOC: auto link also in see also

parent 2ba8647b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment