]> git.proxmox.com Git - mirror_ovs.git/blobdiff - Documentation/internals/contributing/coding-style.rst
libX: add new release / version info tags
[mirror_ovs.git] / Documentation / internals / contributing / coding-style.rst
index e62f5e3433abe7741d347fa0a37da85380d9a9e3..4694b236377531a2a82d5d07dc3655097938a680 100644 (file)
@@ -640,3 +640,9 @@ Python
 When introducing new Python code, try to follow Python's `PEP 8
 <https://www.python.org/dev/peps/pep-0008/>`__ style. Consider running the
 ``pep8`` or ``flake8`` tool against your code to find issues.
+
+Libraries
+---------
+
+When introducing a new library, follow
+:doc:`Open vSwitch Library ABI guide <libopenvswitch-abi>`