From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-6.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 59F0B7D2F0 for ; Sun, 9 Jun 2019 07:01:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726770AbfFIHBX (ORCPT ); Sun, 9 Jun 2019 03:01:23 -0400 Received: from isilmar-4.linta.de ([136.243.71.142]:39746 "EHLO isilmar-4.linta.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725850AbfFIHBW (ORCPT ); Sun, 9 Jun 2019 03:01:22 -0400 Received: from light.dominikbrodowski.net (isilmar.linta [10.0.0.1]) by isilmar-4.linta.de (Postfix) with ESMTPS id 32BDE200700; Sun, 9 Jun 2019 07:01:21 +0000 (UTC) Received: by light.dominikbrodowski.net (Postfix, from userid 1000) id D587021831; Sun, 9 Jun 2019 08:59:48 +0200 (CEST) Date: Sun, 9 Jun 2019 08:59:48 +0200 From: Dominik Brodowski To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet Subject: Re: [PATCH v3 19/33] docs: pcmcia: convert docs to ReST and rename to *.rst Message-ID: <20190609065948.GA25429@light.dominikbrodowski.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Sat, Jun 08, 2019 at 11:27:09PM -0300, Mauro Carvalho Chehab wrote: > Convert the pcmcia docs to ReST format. Most of the changes here > are trivial. > > 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 Acked-by: Dominik Brodowski Thanks, Dominik