How to make an internal hyperlink in sphinx documentation? I use:
:role:`target`
But it does not work.
Cross reference done with ref
ref
:ref:`label-name`
You can specify your tags using:
.. _label-name:
See: http://sphinx.pocoo.org/markup/inline.html#ref-role
Roles are used to create custom interpretable text. See: http://docutils.sourceforge.net/docs/ref/rst/directives.html#role