details: https://code.tryton.org/communication/website/commit/43ff73c84473
branch: default
user: Cédric Krier <[email protected]>
date: Mon Feb 16 16:31:24 2026 +0100
description:
Link to semantic line breaks website in documentation guidelines
diffstat:
templates/guidelines/documentation.html.jinja | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r f008efad55d6 -r 43ff73c84473
templates/guidelines/documentation.html.jinja
--- a/templates/guidelines/documentation.html.jinja Mon Feb 09 21:02:55
2026 +0100
+++ b/templates/guidelines/documentation.html.jinja Mon Feb 16 16:31:24
2026 +0100
@@ -49,8 +49,7 @@
<h3 id="use-of-whitespace">Use of Whitespace</h3>
<p>The key things to take note of are:</p>
<ul>
- <li>Start each sentence on a new line.
- This results in simpler code reviews and diffs when changes need
to be made in the future.</li>
+ <li>Use <a href="https://sembr.org/">semantic line breaks</a>.</li>
<li>Use a standard indentation of 3 spaces, with no tabs.</li>
<li>List's contents should be indented so that it lines up with the
start of the text in the first line.</li>
<li>Blocks of code should be indented the way they would normally be
indented.</li>