Create permalinks to the documentation

Right now, there is no easy way to get links to given function.
e.g. The link to ida_search.find_text() is:
https://python.docs.hex-rays.com/namespaceida__search.html#a77a11e661d85d3613f1b5e1149ca06af

I would like something like:

https://python.docs.hex-rays.com/namespaceida__search.html#find_text
instead.

Try https://python.docs.hex-rays.com/namespaceida__search.html#:~:text=find_text().

Nice trick, thank you!