Skip to content

Commit e142868

Browse files
gbeineGerrit Beine
andauthored
Add CAN-over-Ethernet interface plugin to documentation (#1987)
* Add COE interface plugin to the list. * Add news fragment for documentation change --------- Co-authored-by: Gerrit Beine <[email protected]>
1 parent b6280b1 commit e142868

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

doc/changelog.d/1987.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add [python-can-coe](https://c0d3.sh/smarthome/python-can-coe) interface plugin to the documentation.

doc/plugin-interface.rst

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,25 @@ The table below lists interface drivers that can be added by installing addition
6262
.. note::
6363
The packages listed below are maintained by other authors. Any issues should be reported in their corresponding repository and **not** in the python-can repository.
6464

65-
+----------------------------+-------------------------------------------------------+
66-
| Name | Description |
67-
+============================+=======================================================+
68-
| `python-can-canine`_ | CAN Driver for the CANine CAN interface |
69-
+----------------------------+-------------------------------------------------------+
70-
| `python-can-cvector`_ | Cython based version of the 'VectorBus' |
71-
+----------------------------+-------------------------------------------------------+
72-
| `python-can-remote`_ | CAN over network bridge |
73-
+----------------------------+-------------------------------------------------------+
74-
| `python-can-sontheim`_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
75-
+----------------------------+-------------------------------------------------------+
76-
| `zlgcan`_ | Python wrapper for zlgcan-driver-rs |
77-
+----------------------------+-------------------------------------------------------+
78-
| `python-can-cando`_ | Python wrapper for Netronics' CANdo and CANdoISO |
79-
+----------------------------+-------------------------------------------------------+
80-
| `python-can-candle`_ | A full-featured driver for candleLight |
81-
+----------------------------+-------------------------------------------------------+
65+
+----------------------------+----------------------------------------------------------+
66+
| Name | Description |
67+
+============================+==========================================================+
68+
| `python-can-canine`_ | CAN Driver for the CANine CAN interface |
69+
+----------------------------+----------------------------------------------------------+
70+
| `python-can-cvector`_ | Cython based version of the 'VectorBus' |
71+
+----------------------------+----------------------------------------------------------+
72+
| `python-can-remote`_ | CAN over network bridge |
73+
+----------------------------+----------------------------------------------------------+
74+
| `python-can-sontheim`_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
75+
+----------------------------+----------------------------------------------------------+
76+
| `zlgcan`_ | Python wrapper for zlgcan-driver-rs |
77+
+----------------------------+----------------------------------------------------------+
78+
| `python-can-cando`_ | Python wrapper for Netronics' CANdo and CANdoISO |
79+
+----------------------------+----------------------------------------------------------+
80+
| `python-can-candle`_ | A full-featured driver for candleLight |
81+
+----------------------------+----------------------------------------------------------+
82+
| `python-can-coe`_ | A CAN-over-Ethernet interface for Technische Alternative |
83+
+----------------------------+----------------------------------------------------------+
8284

8385
.. _python-can-canine: https://github.com/tinymovr/python-can-canine
8486
.. _python-can-cvector: https://github.com/zariiii9003/python-can-cvector
@@ -87,4 +89,5 @@ The table below lists interface drivers that can be added by installing addition
8789
.. _zlgcan: https://github.com/jesses2025smith/zlgcan-driver
8890
.. _python-can-cando: https://github.com/belliriccardo/python-can-cando
8991
.. _python-can-candle: https://github.com/BIRLab/python-can-candle
92+
.. _python-can-coe: https://c0d3.sh/smarthome/python-can-coe
9093

0 commit comments

Comments
 (0)