From 763324b0c17c9f6724589c2f2c590b4e611a2347 Mon Sep 17 00:00:00 2001 From: rebortg Date: Thu, 10 Dec 2020 11:59:42 +0100 Subject: styleguide: specify line lenght and exception --- docs/contributing/documentation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/contributing') diff --git a/docs/contributing/documentation.rst b/docs/contributing/documentation.rst index ddd21396..f1dc8095 100644 --- a/docs/contributing/documentation.rst +++ b/docs/contributing/documentation.rst @@ -153,6 +153,16 @@ system numbers for the documentation: Please don't use other public address space. + +Line length +^^^^^^^^^^^ + +Limit all lines to a maximum of 79 characters. + +Except in ``.. code-block::`` because it will use the html tag ``
``
+which have the save line format as in the rst file.
+
+
 Custom Sphinx-doc Markup
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
-- 
cgit v1.2.3