doc: change line length limit in contributors guide
authorJohn McNamara <john.mcnamara@intel.com>
Thu, 11 May 2017 14:09:40 +0000 (15:09 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 4 Jun 2017 11:18:06 +0000 (13:18 +0200)
commit24c7008f16f6cbf9e9681c2469d33ae0cde8994f
tree501f5e3532f96478e8c82ffbf1105bca787c4f66
parent9d9949d67ca84501156bd26501bb168900f1c6e4
doc: change line length limit in contributors guide

The DPDK documentation guidelines state that lines should be wrapped as
follows:

* The recommended style for the DPDK documentation is to put sentences on
  separate lines. This allows for easier reviewing of patches. ...
* Long sentences should be wrapped at 120 characters +/- 10 characters.
  They should be wrapped at words.

  http://dpdk.org/doc/guides/contributing/documentation.html#line-length

However, in practice, users almost never submit doc patches in this format.
Instead most users wrap their doc patches at 80 characters.

This patch updates the documentation contributors guide to reflect this
as the recommended guideline.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
Reviewed-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Reviewed-by: Shreyansh Jain <shreyansh.jain@nxp.com>
doc/guides/contributing/documentation.rst