Documentation/SubmitChecklist: convert it to ReST markup
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 19 Sep 2016 11:08:01 +0000 (08:08 -0300)
committerJonathan Corbet <corbet@lwn.net>
Wed, 21 Sep 2016 00:41:50 +0000 (18:41 -0600)
commit7a71a8095bcfb33d0798365465699c6db545b914
treecb1fb829b9f14f0a6e3c2c91fd7ef026296464dd
parent0cef67aa651808bac9d79503ebf45246612262fe
Documentation/SubmitChecklist: convert it to ReST markup

- use ``foo`` to markup inline literal stuff, effectively making it
  to be presented as a monospaced font when parsed by Sphinx;

- the markup below the title should have the same length as the
  title;

- Fix the list markups, from "1:" to "1)";

- Split item 2 into a separate list for the build options, in order
  to be presented as a list on Sphinx;

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/SubmitChecklist