From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 652188E6A for ; Sat, 16 Jan 2016 09:20:49 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id u188so48516520wmu.1 for ; Sat, 16 Jan 2016 00:20:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=oCwRAgikLeQMHM8HvcDhv5L+rQERozxVq5ZLqgsRKW4=; b=b1IFzpOO4jfQOnVr+elM6tvB3xK230jEsIcKdrNjOp0TpnPEgzynd+kmS8B6A+587e CQUmHGXiyd3HmeSu/97MD4oy0SC6/2EBDawa9bCHLqCLPnKCNMbxb71EshV+HkYljWv2 kxkSDP5ap5DbsLwAvBoYLdgqgEeKorh5K7gvDcGPYiUesnYITCYbl0OtruuTE67cZ2EP QO+FAa9J0QJQ5QOQIcNsD77SFs+OD4kbzTBJc7YHY7CUnZheIQzeMq3fbQ15AVBfzUL/ HbUoZsVGdny8PLtEBgQsQKIC14hVTPkahg5GF2Ia25L9bmxHJeZ/F/ZmXD7+WLpRhrRi /79w== 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=oCwRAgikLeQMHM8HvcDhv5L+rQERozxVq5ZLqgsRKW4=; b=hv+Yylisf925V/eNi049dXm/4lRNu5UOR9kNIL1vdFkZN4RqY/a3YkBM8FHPExMSnA 096GmBg+sIJHLMyZnUI1gFoDOyiVCcp6qe3PcHFHwfjBBWW+6ANcQcuMJ4mQOZmMaBUo 9jMIb9MGpmLhFDtojb4aQ0KWEomLrlrE2EktJGmtZc7eeBUYHkg8R+jjhHyb1uYeehgE uhBjIVUD7M1C8wPAz5fzFzgRrKgJ3Mw+acwa69eb8H+Q5jracO4RV41B58WdpRnkWQ+D 2JePrFuk2ytYWxJ2GsHhLgHAnrI3yXv0Horrc57NNDyBM3EnBvxeass1AUbNFpaauXnF 14cw== X-Gm-Message-State: AG10YORnehnTgFQOzaCFzKvqyfdKuRhZDBVrHGtw1o1Ql9FL+EYQ9BoJMOvJiAzTUfJbI9Pr X-Received: by 10.28.194.69 with SMTP id s66mr2905698wmf.93.1452932449239; Sat, 16 Jan 2016 00:20:49 -0800 (PST) Received: from xps13.localnet (APoitiers-658-1-29-148.w86-213.abo.wanadoo.fr. [86.213.68.148]) by smtp.gmail.com with ESMTPSA id z65sm5921372wmg.10.2016.01.16.00.20.48 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Jan 2016 00:20:48 -0800 (PST) From: Thomas Monjalon To: "Mcnamara, John" , Matthew Hall Date: Sat, 16 Jan 2016 09:19:27 +0100 Message-ID: <9629146.dpmWFHkhSD@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <20160113172629.GA9710@mhcomputing.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] UX Bug in Sphinx HTML Layout for Programming Guide (and maybe other guides?) 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: Sat, 16 Jan 2016 08:20:49 -0000 2016-01-15 16:23, Mcnamara, John: > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Matthew Hall > > Sent: Wednesday, January 13, 2016 5:26 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] UX Bug in Sphinx HTML Layout for Programming Guide > > (and maybe other guides?) > > > > When you go to this link: > > > > http://dpdk.org/doc/guides/prog_guide/perf_opt_guidelines.html > > > > There is a bug in the Sphinx layout, where the subchapters of a chapter > > are invisible even after the chapter is clicked. > > Hi Thomas, > > I found the issue causing this and I'll submit a patch shortly. > > If possible could you apply it a copy of the 2.2 code and rebuild the online docs. Yes, done. Thanks guys