Is there a way to add internal links to the docs?
Created by: twesterhout
All the documentation generators I'm familiar with have some ways to create internal links between different parts of the docs. E.g. if I want to refer to another function in Sphinx, I can do py:func:`some_function`
. What's the proper way to accomplish that in mydocstring?