From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170]) by dpdk.org (Postfix) with ESMTP id 94E648E70 for ; Wed, 13 Jan 2016 18:26:30 +0100 (CET) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id 0B79230E; Wed, 13 Jan 2016 12:26:30 -0500 (EST) Date: Wed, 13 Jan 2016 12:26:29 -0500 From: Matthew Hall To: dev@dpdk.org Message-ID: <20160113172629.GA9710@mhcomputing.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [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: Wed, 13 Jan 2016 17:26:30 -0000 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. It is a pain when you are trying to figure out the different sections in a widely variable chapter like the performance chapter, to know which section to read without having to click one-by-one to find the right part. I am not sure about what it would take to show the subchapters in the outline view to make this easier for someone to figure out. Or maybe a TOC for a chapter at the beginning of the chapter? This would really help a lot. Sincerely, Matthew.