]> arthur.barton.de Git - bup.git/blobdiff - CODINGSTYLE
Update base_version to 0.33~ for 0.33 development
[bup.git] / CODINGSTYLE
index 12879e56b1873f06264aaa6d54021d78dc139f9b..13d475f7fbd4914deadc450b73a1bea877650422 100644 (file)
@@ -1,7 +1,14 @@
 .. -*-rst-*-
 
-General
-=======
+C
+=
+
+The C implementations should follow the `kernel/git coding style
+<http://www.kernel.org/doc/Documentation/CodingStyle>`_.
+
+
+Python
+======
 
 Python code follows `PEP8 <http://www.python.org/dev/peps/pep-0008/>`_
 with regard to coding style and `PEP257
@@ -22,6 +29,3 @@ blank line in between). Here's an example from
 
 Module-level docstrings follow exactly the same guidelines but without the
 blank line between the summary and the details.
-
-The C implementations should follow the `kernel/git coding style
-<http://www.kernel.org/doc/Documentation/CodingStyle>`_.