From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] doc: added guidelines on dpdk documentation Date: Tue, 11 Aug 2015 12:36:22 +0200 Message-ID: <7350464.cdTvtk0lAq@xps13> References: <1435845053-17203-1-git-send-email-john.mcnamara@intel.com> <1436543121-26240-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 0AB9ECF9 for ; Tue, 11 Aug 2015 12:37:37 +0200 (CEST) Received: by wicja10 with SMTP id ja10so62829753wic.1 for ; Tue, 11 Aug 2015 03:37:36 -0700 (PDT) In-Reply-To: <1436543121-26240-1-git-send-email-john.mcnamara@intel.com> 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" 2015-07-10 16:45, John McNamara: > This patchset: > > * Adds guidelines on the purpose and structure of the DPDK documentation, > how to build it and guidelines for creating it and adding to it. > > * Moves and refactors the Doxygen guidelines from the Coding Style doc to > the Documentation Guidelines doc. > > As with the other guidelines the main idea is to document the status quo and > then modify/add to it over time. > > > V2: > * Incorporates mailing list comments. > > * Removed doc patch contribution guide. Will submit separately > as contribution guidelines. > > V1: > * Initial version. > > John McNamara (3): > doc: set the default literal block format > doc: added guidelines on dpdk documentation > doc: moved doxygen section to the doc guidelines Applied with 2 minor fixes, thanks