Commit d6c4a8d6 authored by Victor Poughon's avatar Victor Poughon
Browse files

DOC: auto link also in see also

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -393,7 +393,7 @@ def render_application(appname, allapps): ...@@ -393,7 +393,7 @@ def render_application(appname, allapps):
examples_cli=render_all_examples_cli(app), examples_cli=render_all_examples_cli(app),
examples_python=render_all_examples_python(app), examples_python=render_all_examples_python(app),
limitations=render_limitations(app), limitations=render_limitations(app),
see_also=render_see_also(app) see_also=make_links(render_see_also(app), allapps)
) )
return output return output
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment