Re: [PATCH v4 14/28] docs: locking: convert docs to ReST and rename to *.rst
From: Jonathan Corbet <corbet@lwn.net>
Date: 2019-06-14 20:37:03
Also in:
dri-devel, lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2019-06-14 20:37:03
Also in:
dri-devel, lkml
On Wed, 12 Jun 2019 14:52:50 -0300 Mauro Carvalho Chehab [off-list ref] wrote:
Convert the locking documents to ReST and add them to the kernel development book where it belongs. Most of the stuff here is just to make Sphinx to properly parse the text file, as they're already in good shape, not requiring massive changes in order to be parsed. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Federico Vaga <federico.vaga@vaga.pv.it>
This patch contains linux-next changes and doesn't apply to docs-next. Perhaps the best thing to do is to apply it to the locking tree? Thanks, jon