[v1] doc: remove unused release note file

Message ID 1537889112-26370-1-git-send-email-john.mcnamara@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [v1] doc: remove unused release note file |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

John McNamara Sept. 25, 2018, 3:25 p.m. UTC
  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 <john.mcnamara@intel.com>
---
 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
  

Comments

Burakov, Anatoly Sept. 26, 2018, 7:59 a.m. UTC | #1
On 25-Sep-18 4:25 PM, dev-bounces@dpdk.org wrote:
> 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 <john.mcnamara@intel.com>
> ---

Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
  
Thomas Monjalon Oct. 26, 2018, 11:21 a.m. UTC | #2
26/09/2018 09:59, Burakov, Anatoly:
> On 25-Sep-18 4:25 PM, dev-bounces@dpdk.org wrote:
> > 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 <john.mcnamara@intel.com>
> > ---
> 
> Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>

Applied, thanks
  

Patch

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 <linux_gsg>`.