Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751524AbcLENGG (ORCPT ); Mon, 5 Dec 2016 08:06:06 -0500 Received: from ms.lwn.net ([45.79.88.28]:35816 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbcLENGC (ORCPT ); Mon, 5 Dec 2016 08:06:02 -0500 Date: Mon, 5 Dec 2016 06:05:07 -0700 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Lukas Wunner , "Rafael J. Wysocki" , Greg Kroah-Hartman , Silvio Fricke , "Luis R. Rodriguez" , Marek Szyprowski , Bartlomiej Zolnierkiewicz , Andrzej Hajda , Inki Dae , Joerg Roedel , Kukjin Kim , Krzysztof Kozlowski , Mark Brown , Tomeu Vizoso , Kevin Hilman , Ulf Hansson , Geert Uytterhoeven , Tobias Jakobi , Tomasz Figa , Grant Likely , Laurent Pinchart , Lars-Peter Clausen , Dmitry Torokhov , Christoph Hellwig , Arnd Bergmann , Alan Stern , Hanjun Guo , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH 1/2] Documentation/core-api/device_link: Add initial documentation Message-ID: <20161205060507.6bd6e944@lwn.net> In-Reply-To: <20161205100720.5156a4d2@vento.lan> References: <20161205100720.5156a4d2@vento.lan> Organization: LWN.net X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 580 Lines: 21 On Mon, 5 Dec 2016 10:07:39 -0200 Mauro Carvalho Chehab wrote: > > +Usage > > +===== > > You should be using, instead: > > Usage > ----- > > (and the same '-' symbol for all sections of this chapter) > > The way you did, in thesis, ReST should be putting all tags at the > same level as the first one, as they're all using '='. Actually, he did exactly what the documentation guide says to do. Since it only has the markers below the heading, it will still be at a lower level than the top heading, which has markers both above and below. jon