We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0581915 commit 6735a0eCopy full SHA for 6735a0e
doc/interfaces.rst
@@ -25,10 +25,10 @@ The available interfaces are:
25
interfaces/virtual
26
27
Additional interfaces can be added via a plugin interface. An external package
28
-can register a new interface by using the `python_can.interface` entry point.
+can register a new interface by using the ``python_can.interface`` entry point.
29
30
-The format of the entry point is `interface_name=module:classname` where
31
-`classname` is a can.BusABC implementation.
+The format of the entry point is ``interface_name=module:classname`` where
+``classname`` is a :class:`can.BusABC` concrete implementation.
32
33
::
34
0 commit comments