Skip to content

Commit

Permalink
Revert "Docs: show related algorithms before python examples"
Browse files Browse the repository at this point in the history
This reverts commit a693e3e.
  • Loading branch information
dbogdanov committed May 13, 2024
1 parent a693e3e commit 8f324ea
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_algos(algo_doc)
lines += related_tutorials(algo_doc)
lines += related_algos(algo_doc)

return '\n'.join(lines)

Expand Down

0 comments on commit 8f324ea

Please sign in to comment.