From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePXwo-0006pQ-Qk for qemu-devel@nongnu.org; Thu, 14 Dec 2017 13:09:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePXwl-0005VJ-El for qemu-devel@nongnu.org; Thu, 14 Dec 2017 13:09:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60980) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePXwl-0005Tu-7n for qemu-devel@nongnu.org; Thu, 14 Dec 2017 13:09:27 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C198D4903D for ; Thu, 14 Dec 2017 18:09:25 +0000 (UTC) Date: Thu, 14 Dec 2017 18:09:19 +0000 From: "Dr. David Alan Gilbert" Message-ID: <20171214180918.GE4380@work-vm> References: <20171212135600.14965-1-dgilbert@redhat.com> <20171212182353.hme665vsaohxdvzv@eukaryote> <20171213201145.GB8501@work-vm> <20171214112603.7gkt3dwgxoioybse@eukaryote> <20171214171820.rmoeze7kizr6vq2s@eukaryote> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171214171820.rmoeze7kizr6vq2s@eukaryote> Subject: Re: [Qemu-devel] [PATCH] docs: Convert migration.txt to rst List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kashyap Chamarthy Cc: qemu-devel@nongnu.org, quintela@redhat.com, peterx@redhat.com * Kashyap Chamarthy (kchamart@redhat.com) wrote: > On Thu, Dec 14, 2017 at 12:26:03PM +0100, Kashyap Chamarthy wrote: > > On Wed, Dec 13, 2017 at 08:11:46PM +0000, Dr. David Alan Gilbert wrote: > > [...] > > > > > > - Command: 'postcopy listen' > > > > > - The device state > > > > > > > > In my local Sphinx-based HTML rendering, the above "The device state" > > > > ended up being bold somehow. > > > > > > Any idea why? It's fine both in vim and rst2html-3's output. > > > > Don't know yet. You can see here in the Sphinx-rendered HTML version: > > So it's due to the indentation below the line "The device state". You > can either put an extra blank line before indenting the next line: > > - The device state: > > A series of sections, identical to the precopy streams device > state stream containing everything except postcopiable devices > (i.e. RAM) I think the problem here is the 'A' - it's picking it up as the first item in a numbered list; if I change that to 'The' it also fixes it. I added the extra blank line, it's OK but doesn't look great. > Or, just indent it to the same level: > > - The device state: A series of sections, identical to the precopy > streams device state stream containing everything except > postcopiable devices (i.e. RAM) > > Same applies for other places where bold text came in at unwanted places. Dave > [...] > > -- > /kashyap -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK