From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=HJXdF8/uyfndl5lq+z1A1rGITVaFhQlqmDIHcc8Jbdo=; b=WRCWpQCe7N2lQeMmhOTMdQU3XPbRgNrpV2gSJfwcmwUTppMEpnnrs/W8r5JebBESwG QPvvD380KABMjgJQI3nuYsMdYg06rMWxucmwp5MUVfS2XpiP4m3ZRipXUcsVAsJFH+8/ rYsTXjTLohFDNqt4nZsHKiQqv0uWyL5E4jYk6oUP4cxOaqfsu0o+u0Up42VPW+rEU+im hyDAGwfUw0oCLCvUt1AMMnozIARueMYXLTBKT2luXV2/QnRK0OCckQmM3GlUP+P30Zfz 9HpoG9RdT1bINTnCrI0HhYy2ZSHt7v5tSvGVPzlx6SVIUz66/KaikkSw8epKAlkT7o2p Uxgg== X-Gm-Message-State: ALoCoQnIvz45QeE7gOPyUWItSMtq5x6fQ1R89y4pMLsbwc/33bcHc7aayj/Gqvbg/0fS5baN/ea1 X-Received: by 10.180.24.40 with SMTP id r8mr36399284wif.13.1439289456635; Tue, 11 Aug 2015 03:37:36 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id q19sm2747114wik.16.2015.08.11.03.37.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Aug 2015 03:37:35 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Tue, 11 Aug 2015 12:36:22 +0200 Message-ID: <7350464.cdTvtk0lAq@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436543121-26240-1-git-send-email-john.mcnamara@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/3] doc: added guidelines on dpdk documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 10:37:37 -0000 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