Skip to content

Commit

Permalink
Docs: show related algorithms before python examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogdanov committed May 13, 2024
1 parent b2de234 commit a693e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinxdoc/generate_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ def doc2rst(algo_doc, sphinxsearch=False):
' - `C++ header file <%s>`__' % links[1],
'']

lines += related_tutorials(algo_doc)
lines += related_algos(algo_doc)
lines += related_tutorials(algo_doc)

return '\n'.join(lines)

Expand Down

0 comments on commit a693e3e

Please sign in to comment.