1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Example page
============
This is an example page.
:ref:`This a :ref: to The Python Tutorial using intersphinx <python:tutorial-index>`.
:ref:`This a :ref: to datetime.datetime Python's function using intersphinx <python:datetime-datetime>`.
:py:attr:`Python's datetime.time.minute <python:datetime.time.minute>`.
:ref:`This a :ref: to Config File v2 Read the Docs' page using intersphinx <readthedocs:config-file/v2:python>`.
:py:class:`float`
.. autofunction:: hoverxref.extension.setup
:py:func:`hoverxref.extension.setup`
Using just the ``default_role = "obj"`` with intersphinx object: `float`.
See https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-default_role
|