From patchwork Tue Sep 25 15:25:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John McNamara X-Patchwork-Id: 45333 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A1B681B3E8; Tue, 25 Sep 2018 17:25:20 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 0C5E85F25 for ; Tue, 25 Sep 2018 17:25:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2018 08:25:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,302,1534834800"; d="scan'208";a="260120753" Received: from sivswdev02.ir.intel.com (HELO localhost.localdomain) ([10.237.217.46]) by orsmga005.jf.intel.com with ESMTP; 25 Sep 2018 08:25:17 -0700 From: John McNamara To: dev@dpdk.org Cc: John McNamara Date: Tue, 25 Sep 2018 16:25:12 +0100 Message-Id: <1537889112-26370-1-git-send-email-john.mcnamara@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH v1] doc: remove unused release note file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Remove unused file from the release notes docs. This file was used to display a hierarchy in older releases, circa 2015, but doesn't seem useful in the current structure. Signed-off-by: John McNamara Acked-by: Anatoly Burakov --- doc/guides/rel_notes/index.rst | 1 - doc/guides/rel_notes/rel_description.rst | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 doc/guides/rel_notes/rel_description.rst diff --git a/doc/guides/rel_notes/index.rst b/doc/guides/rel_notes/index.rst index 89fdb4b..1243e98 100644 --- a/doc/guides/rel_notes/index.rst +++ b/doc/guides/rel_notes/index.rst @@ -8,7 +8,6 @@ Release Notes :maxdepth: 1 :numbered: - rel_description release_18_11 release_18_08 release_18_05 diff --git a/doc/guides/rel_notes/rel_description.rst b/doc/guides/rel_notes/rel_description.rst deleted file mode 100644 index 8f28556..0000000 --- a/doc/guides/rel_notes/rel_description.rst +++ /dev/null @@ -1,12 +0,0 @@ -.. SPDX-License-Identifier: BSD-3-Clause - Copyright(c) 2010-2015 Intel Corporation. - -Description of Release -====================== - -This document contains the release notes for Data Plane Development Kit (DPDK) -release version |release| and previous releases. - -It lists new features, fixed bugs, API and ABI changes and known issues. - -For instructions on compiling and running the release, see the :ref:`DPDK Getting Started Guide `.