We use autodoc to generate our API docs. I would like to link to these docs from a notebook built by nbsphinx. I read the documentation and examples carefully, but I can't figure out how to do it.
In rst, the reference looks like:
:py:func:`xarray.plot.line`
I would also like to be able to use reference directives like:
:ref:`plotting.multiplelines`
What should I put in my notebook markdown cell to produce such links?
Thanks for the great package.