Re: [PATCH] doc/contributing: update RST text-wrapping guidelines

2023-11-24 Thread David Marchand
On Fri, Nov 3, 2023 at 2:29 PM Bruce Richardson wrote: > > Update and clarify the guidelines on how to wrap lines in our RST docs. > We no longer limit lines to just 80 characters, and what is more > important that line length is the wrapping of sentences, starting a new > sentence on a new line,

Re: [PATCH] doc/contributing: update RST text-wrapping guidelines

2023-11-06 Thread Thomas Monjalon
03/11/2023 14:42, Ferruh Yigit: > On 11/3/2023 1:29 PM, Bruce Richardson wrote: > > Update and clarify the guidelines on how to wrap lines in our RST docs. > > We no longer limit lines to just 80 characters, and what is more > > important that line length is the wrapping of sentences, starting a ne

Re: [PATCH] doc/contributing: update RST text-wrapping guidelines

2023-11-03 Thread Ferruh Yigit
On 11/3/2023 1:29 PM, Bruce Richardson wrote: > Update and clarify the guidelines on how to wrap lines in our RST docs. > We no longer limit lines to just 80 characters, and what is more > important that line length is the wrapping of sentences, starting a new > sentence on a new line, and wrapping

[PATCH] doc/contributing: update RST text-wrapping guidelines

2023-11-03 Thread Bruce Richardson
Update and clarify the guidelines on how to wrap lines in our RST docs. We no longer limit lines to just 80 characters, and what is more important that line length is the wrapping of sentences, starting a new sentence on a new line, and wrapping at punctuation. Signed-off-by: Bruce Richardson ---