From mboxrd@z Thu Jan 1 00:00:00 1970 From: John McNamara Subject: [PATCH v1] doc: remove unused release note file Date: Tue, 25 Sep 2018 16:25:12 +0100 Message-ID: <1537889112-26370-1-git-send-email-john.mcnamara@intel.com> Cc: John McNamara To: dev@dpdk.org Return-path: 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) 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 --- 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 `. -- 2.7.5