From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 665399A8D for ; Fri, 10 Apr 2015 16:34:30 +0200 (CEST) Received: by wizk4 with SMTP id k4so130573585wiz.1 for ; Fri, 10 Apr 2015 07:34:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=bw05+kTybmy8rwQojLlwsR7Az08sDLFldeC87KXAZw0=; b=StNAZChR2aDHoqzQP27rBxYexaxFhHcaBbmNJ6Qlcs3fR+dZinAcGQRdQBTgulVIJg kIj7ni8hGSsdcMLQHPTR9NHFwfFjQokpZLj61BnON7nrZXQrkbtb+uosW5Z+bbviw2QO tNx8X1GQ46pnZwmQB9wGEYbHdh0XaC9FHQxzXXX/Z0sdNDGUuEnXjepC7CZNuq51e++s TqvP/J61ce/Q+EnTDSjheUr5z739+SPhZziAJEh0ZX8xzpYSOQGwvFeKOgGlV5Psku1I qAHH6vDRozm/qk1vz6wnUnPGP3vdYFt4VgJZ21NpPWYgWjPevdTXiSrEfn1qnzFqT0Vy WntA== X-Gm-Message-State: ALoCoQlYPd0wY8b+4eCsRJGkWNSqaPmVbohq7aMa5L+GteqBDs1S+OENcnbke7DmMPRl2HrLLggs X-Received: by 10.180.14.67 with SMTP id n3mr15332561wic.92.1428676470256; Fri, 10 Apr 2015 07:34:30 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id l3sm25129984wiv.18.2015.04.10.07.34.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Apr 2015 07:34:29 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Fri, 10 Apr 2015 16:33:46 +0200 Message-ID: <7038652.glXvOpvBj4@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1428675601-10637-1-git-send-email-john.mcnamara@intel.com> References: <1428675601-10637-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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:34:30 -0000 2015-04-10 15:20, John McNamara: > Added explicit field widths to Programmer's Guide > Glossary table to control the PDF output. Previously > the table overflowed the right margin. 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#definition-lists