I have a section of sphinx doc generated by the sphinx :autoclass: directive
I want to refer to the (docstring) generated doc of a python method from a mystmarkdown file
From
I have tried this:
{:py:meth:}the_module.TheClass.the_method
but the generated doc has no hyperlink, only highlighted the_module.TheClass.the_method
According to the MyST documentation, you would use the following syntax.
Using the role:
Using the Markdown syntax: