From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 92F8E2EDA for ; Tue, 15 Dec 2015 11:39:00 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 15 Dec 2015 02:38:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,431,1444719600"; d="scan'208";a="841479125" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga001.jf.intel.com with ESMTP; 15 Dec 2015 02:38:58 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.251]) by IRSMSX107.ger.corp.intel.com ([169.254.10.124]) with mapi id 14.03.0248.002; Tue, 15 Dec 2015 10:36:26 +0000 From: "Van Haaren, Harry" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: cleanup doc index files Thread-Index: AQHRNyD7xqLuiVKtZEONdyNeUTa5Hp7L2ejg Date: Tue, 15 Dec 2015 10:36:26 +0000 Message-ID: References: <1450174249-22699-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1450174249-22699-1-git-send-email-john.mcnamara@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-inteldataclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsIiwiaWQiOiI5Nzc0OGQyMS00ODVkLTRmMmItYWI3Zi04NGQ5YjYxYjBiYTMiLCJwcm9wcyI6W3sibiI6IkludGVsRGF0YUNsYXNzaWZpY2F0aW9uIiwidmFscyI6W3sidmFsdWUiOiJDVFBfUFVCTElDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQTlWeXRsK2FKXC83eTRYYm9CbjV3ZXZpdGl3KzdzYkFEZ1NhbVVUdHd0VlE9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: cleanup doc index files 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: Tue, 15 Dec 2015 10:39:01 -0000 > Subject: [dpdk-dev] [PATCH] doc: cleanup doc index files >=20 > Remove **Contents** and |Today| from the rst doc index files since > these are already added automatically to PDF files and are of > little value to the Html files where the Contents is shown in a > sidebar. >=20 > Signed-off-by: John McNamara > --- > doc/guides/faq/index.rst | 2 -- > doc/guides/freebsd_gsg/index.rst | 4 ---- > doc/guides/index.rst | 2 -- > doc/guides/linux_gsg/index.rst | 4 ---- > doc/guides/nics/index.rst | 5 ----- > doc/guides/prog_guide/index.rst | 5 ----- > doc/guides/rel_notes/index.rst | 4 ---- > doc/guides/sample_app_ug/index.rst | 4 ---- > doc/guides/testpmd_app_ug/index.rst | 4 ---- > doc/guides/xen/index.rst | 4 ---- > 10 files changed, 38 deletions(-) Acked-by: Harry van Haaren