From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754921AbdEYBgr (ORCPT ); Wed, 24 May 2017 21:36:47 -0400 Received: from mail-qk0-f194.google.com ([209.85.220.194]:34540 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754901AbdEYBgn (ORCPT ); Wed, 24 May 2017 21:36:43 -0400 Date: Wed, 24 May 2017 22:36:36 -0300 From: Gustavo Padovan To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Cyrille Pitchen , linux-mtd@lists.infradead.org, Sumit Semwal , dri-devel@lists.freedesktop.org Subject: Re: [PATCH 20/29] sync_file.txt: standardize document format Message-ID: <20170525013636.GB16058@jade> Mail-Followup-To: Gustavo Padovan , Mauro Carvalho Chehab , Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Cyrille Pitchen , linux-mtd@lists.infradead.org, Sumit Semwal , dri-devel@lists.freedesktop.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mauro, 2017-05-18 Mauro Carvalho Chehab : > Each text file under Documentation follows a different > format. Some doesn't even have titles! > > Change its representation to follow the adopted standard, > using ReST markups for it to be parseable by Sphinx: > - Use markup for document title and authorship; > - Mark literal blocks; > - Use a numbered list for references. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/sync_file.txt | 23 +++++++++++++---------- > 1 file changed, 13 insertions(+), 10 deletions(-) We went ahead and applied this to drm-misc-next. Thanks. Gustavo