File: index.rst

package info (click to toggle)
sphinx-hoverxref 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,296 kB
  • sloc: javascript: 2,538; python: 912; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Python Domain
=============

This is an example page with a Python Domain role usage.

:py:class:`This is a :py:class: role to a Python object <hoverxref.extension.HoverXRefStandardDomainMixin>`.

:py:mod:`hoverxref.extension`

:py:func:`hoverxref.extension.setup`

Note that ``:py:const:`` does not exist in the Python domain, but it shouldn't make the build to fail.
"Constant" should be rendered in the same way as the other Python objects: :py:const:`Constant`