From patchwork Tue Dec 15 10:10:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John McNamara X-Patchwork-Id: 9555 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id EF0F95A69; Tue, 15 Dec 2015 11:10:53 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 814465A55 for ; Tue, 15 Dec 2015 11:10:52 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 15 Dec 2015 02:10:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,431,1444719600"; d="scan'208";a="13431620" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga004.fm.intel.com with ESMTP; 15 Dec 2015 02:10:50 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id tBFAAoKE031975; Tue, 15 Dec 2015 10:10:50 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id tBFAAoU2022836; Tue, 15 Dec 2015 10:10:50 GMT Received: (from jmcnam2@localhost) by sivswdev02.ir.intel.com with id tBFAAo7c022832; Tue, 15 Dec 2015 10:10:50 GMT From: John McNamara To: dev@dpdk.org Date: Tue, 15 Dec 2015 10:10:49 +0000 Message-Id: <1450174249-22699-1-git-send-email-john.mcnamara@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. Signed-off-by: John McNamara Acked-by: Harry van Haaren --- 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(-) diff --git a/doc/guides/faq/index.rst b/doc/guides/faq/index.rst index 5bc84ac..6ca659f 100644 --- a/doc/guides/faq/index.rst +++ b/doc/guides/faq/index.rst @@ -33,8 +33,6 @@ DPDK FAQ This document contains some Frequently Asked Questions that arise when working with DPDK. -Contents - .. toctree:: :maxdepth: 2 :numbered: diff --git a/doc/guides/freebsd_gsg/index.rst b/doc/guides/freebsd_gsg/index.rst index 37e4cc1..3729f16 100644 --- a/doc/guides/freebsd_gsg/index.rst +++ b/doc/guides/freebsd_gsg/index.rst @@ -33,10 +33,6 @@ Getting Started Guide for FreeBSD ================================= -|today| - -**Contents** - .. toctree:: :maxdepth: 2 :numbered: diff --git a/doc/guides/index.rst b/doc/guides/index.rst index c5d7a9f..638eab9 100644 --- a/doc/guides/index.rst +++ b/doc/guides/index.rst @@ -31,8 +31,6 @@ DPDK documentation ================== -Contents: - .. toctree:: :maxdepth: 1 :titlesonly: diff --git a/doc/guides/linux_gsg/index.rst b/doc/guides/linux_gsg/index.rst index d68135b..3d3ada1 100644 --- a/doc/guides/linux_gsg/index.rst +++ b/doc/guides/linux_gsg/index.rst @@ -33,10 +33,6 @@ Getting Started Guide for Linux =============================== -|today| - -Contents - .. toctree:: :maxdepth: 2 :numbered: diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst index 2f7506c..33c9cea 100644 --- a/doc/guides/nics/index.rst +++ b/doc/guides/nics/index.rst @@ -31,11 +31,6 @@ Network Interface Controller Drivers ==================================== -|today| - - -**Contents** - .. toctree:: :maxdepth: 3 :numbered: diff --git a/doc/guides/prog_guide/index.rst b/doc/guides/prog_guide/index.rst index 176f2c2..9359f2e 100644 --- a/doc/guides/prog_guide/index.rst +++ b/doc/guides/prog_guide/index.rst @@ -31,11 +31,6 @@ Programmer's Guide ================== -|today| - - -**Contents** - .. toctree:: :maxdepth: 3 :numbered: diff --git a/doc/guides/rel_notes/index.rst b/doc/guides/rel_notes/index.rst index d8cadeb..5c1c8c6 100644 --- a/doc/guides/rel_notes/index.rst +++ b/doc/guides/rel_notes/index.rst @@ -31,10 +31,6 @@ DPDK Release Notes ================== -|today| - -Contents - .. toctree:: :maxdepth: 1 :numbered: diff --git a/doc/guides/sample_app_ug/index.rst b/doc/guides/sample_app_ug/index.rst index becd682..8a646dd 100644 --- a/doc/guides/sample_app_ug/index.rst +++ b/doc/guides/sample_app_ug/index.rst @@ -31,10 +31,6 @@ Sample Applications User Guide ============================== -|today| - -**Contents** - .. toctree:: :maxdepth: 2 :numbered: diff --git a/doc/guides/testpmd_app_ug/index.rst b/doc/guides/testpmd_app_ug/index.rst index 3b163c1..1c39a17 100644 --- a/doc/guides/testpmd_app_ug/index.rst +++ b/doc/guides/testpmd_app_ug/index.rst @@ -31,10 +31,6 @@ Testpmd Application User Guide ============================== -|today| - -**Contents** - .. toctree:: :maxdepth: 3 :numbered: diff --git a/doc/guides/xen/index.rst b/doc/guides/xen/index.rst index 628ecc3..cb43cd2 100644 --- a/doc/guides/xen/index.rst +++ b/doc/guides/xen/index.rst @@ -31,10 +31,6 @@ Xen Guide ========= -|today| - -**Contents** - .. toctree:: :maxdepth: 2 :numbered: