From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/3] doc: note that the app list is incomplete Date: Tue, 06 Dec 2016 17:53:05 +0100 Message-ID: <1986059.8qxn6Y6BpT@xps13> References: <04aef536b67faf3c09e0f4603736057f95b5ef66.1481027890.git.baruch@tkos.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, John McNamara To: Baruch Siach Return-path: Received: from mail-wj0-f170.google.com (mail-wj0-f170.google.com [209.85.210.170]) by dpdk.org (Postfix) with ESMTP id 55C282A66 for ; Tue, 6 Dec 2016 17:53:07 +0100 (CET) Received: by mail-wj0-f170.google.com with SMTP id v7so328866745wjy.2 for ; Tue, 06 Dec 2016 08:53:07 -0800 (PST) In-Reply-To: <04aef536b67faf3c09e0f4603736057f95b5ef66.1481027890.git.baruch@tkos.co.il> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-12-06 14:38, Baruch Siach: > Extend the note at the end of Source Organization chapter to also mention > the app directory. > > Signed-off-by: Baruch Siach [...] > --- a/doc/guides/prog_guide/source_org.rst > +++ b/doc/guides/prog_guide/source_org.rst > @@ -162,5 +162,5 @@ The examples directory contains sample applications that show how libraries can > > .. note:: > > - The actual examples directory may contain additional sample applications to those shown above. > + The actual app and examples directories may contain additional applications to those shown above. > Check the latest DPDK source files for details. I suggest to remove this file. Each libraries, drivers and applications are documented somewhere else. We really must avoid repeating ourself in the documentation and keep a reasonnably maintainable documentation.