Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933510AbcLNQOz (ORCPT ); Wed, 14 Dec 2016 11:14:55 -0500 Received: from smtprelay0003.hostedemail.com ([216.40.44.3]:42927 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932555AbcLNQOy (ORCPT ); Wed, 14 Dec 2016 11:14:54 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::::,RULES_HIT:41:69:355:379:541:599:800:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1542:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3872:3873:4321:4416:4605:5007:8957:10004:10400:10450:10455:10848:10967:11232:11658:11914:12043:12291:12295:12683:12740:12760:12895:13138:13231:13439:14110:14181:14659:14721:19904:19999:21080:21324:21433:30054:30060:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:3,LUA_SUMMARY:none X-HE-Tag: tank21_ca2bdc96d23f X-Filterd-Recvd-Size: 3343 Message-ID: <1481732084.29291.54.camel@perches.com> Subject: Re: [PATCH 0/2] Add maintainers to the admin guide From: Joe Perches To: Mauro Carvalho Chehab Cc: Jonathan Corbet , Linux Doc Mailing List , Mauro Carvalho Chehab , LKML , Markus Heiser , "David S. Miller" , Andrew Morton , Greg Kroah-Hartman , Mauro Carvalho Chehab , Geert Uytterhoeven Date: Wed, 14 Dec 2016 08:14:44 -0800 In-Reply-To: <20161213073719.0223f2eb@vento.lan> References: <20161212110045.0cd6b16c@lwn.net> <1481576210.1764.41.camel@perches.com> <20161213073719.0223f2eb@vento.lan> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.1-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2042 Lines: 52 On Tue, 2016-12-13 at 07:38 -0200, Mauro Carvalho Chehab wrote: > Em Mon, 12 Dec 2016 12:56:50 -0800 > Joe Perches escreveu: > > Does the boxing with the ======= blocks align properly? > > It it really useful? Is there another/better way? > > Do you mean those? > > =============================== ================================ > ``F:`` ``drivers/net/`` all files in and below > ``drivers/net`` > ``F:`` ``drivers/net/*`` all files in ``drivers/net``, > but not below > ``F:`` ``*/net/*`` all files in "any top level > directory" ``/net`` > =============================== ================================ Yes. > This is a table. We might instead use a literal block, like: > > :: > > ``F:`` ``drivers/net/`` all files in and below > ``drivers/net`` > ``F:`` ``drivers/net/*`` all files in ``drivers/net``, > but not below > ``F:`` ``*/net/*`` all files in "any top level > directory" ``/net`` > > But the result looks uglier when generating LaTeX or HTML, as it won't > unwrap the continuation lines of the field descriptions. > > Another alternative would be to use ascii artwork, like: > > +------------------------------------+----------------------------------+ > | ``F:`` ``drivers/net/`` | all files in and below | > | | ``drivers/net`` | > +------------------------------------+----------------------------------+ > | ``F:`` ``drivers/net/*`` | all files in ``drivers/net``, | > | | but not below | > +------------------------------------+----------------------------------+ > | ``F:`` ``*/net/*`` | all files in "any top level | > | | directory" ``/net`` | > +------------------------------------+----------------------------------+ Isn't the ascii art is going to get odd looking output after the sphinx conversion because of the doubled quotes being converted to bold? I suspect the table formatting just isn't necessary and it could be paragraphed instead.