From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 600BE9655 for ; Fri, 10 Apr 2015 16:50:10 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 10 Apr 2015 07:50:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,557,1422950400"; d="scan'208";a="678304565" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga001.jf.intel.com with ESMTP; 10 Apr 2015 07:50:08 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.129]) by IRSMSX154.ger.corp.intel.com ([169.254.12.85]) with mapi id 14.03.0224.002; Fri, 10 Apr 2015 15:50:07 +0100 From: "Mcnamara, John" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH] doc: add field widths to prog guide glossary Thread-Index: AQHQc5l109m6P72SREuSwOsJ8nf7Rp1GPr0AgAAVAtA= Date: Fri, 10 Apr 2015 14:50:06 +0000 Message-ID: References: <1428675601-10637-1-git-send-email-john.mcnamara@intel.com> <7038652.glXvOpvBj4@xps13> In-Reply-To: <7038652.glXvOpvBj4@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] doc: add field widths to prog guide glossary X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 14:50:10 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, April 10, 2015 3:34 PM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: add field widths to prog guide > glossary >=20 > Long tables should be avoided in RST as they are not easy to read or > update. > Why not using definition lists? > http://docutils.sourceforge.net/docs/user/rst/quickref.html#definiti > on-lists Hi Thomas, That is a better suggestion. I'll reformat the table as a definition list a= nd resubmit. John