From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44])
 by dpdk.org (Postfix) with ESMTP id D31797E99
 for <dev@dpdk.org>; Thu, 23 Oct 2014 14:43:08 +0200 (CEST)
Received: by mail-wg0-f44.google.com with SMTP id y10so1026794wgg.27
 for <dev@dpdk.org>; Thu, 23 Oct 2014 05:51:33 -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=xbpeCp8Ql1gG/sElAz1YFp/m2T+iC7PxZlqFHKyVjhs=;
 b=X7PAKxThGelDnvjPC02r3dU+Jq4Y0BPnnYkvpynQVqAEXflx68IL48YzyhKnW9UBvT
 PAJp6mK+7OgncLg0GRJ+1F6CXI12opvnTIlnPeneCnoL6UOK+Fn0oCYh8jckzKadbid5
 Slnir6AlGX9sKkvRgU4ipYmg0LMVak/V7p+bsn6e2+WysVIGaChUMbMtZeiMi5+mshhg
 Y72lzK3KLqgFzM9AXfoCGK8dJ3c2XNyYlKczxhm04nqaN5EuZeP+YazihxhI4A5o4Uze
 q77yMZpWiVCjBA3+YyhrasQDh8tmr/Rt4kx2VdZO84hPRa08edaLm5rTZ2TOFgGwsj83
 Irmg==
X-Gm-Message-State: ALoCoQkhCoyavs3U1jSycPs6TbbNtTBzQxuYbgX1/JF2S8SLP3njLpl0uKrHNJvyV6VSuxu6uIEM
X-Received: by 10.180.72.5 with SMTP id z5mr12912587wiu.16.1414068693291;
 Thu, 23 Oct 2014 05:51:33 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id yr9sm2057228wjc.31.2014.10.23.05.51.31
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 23 Oct 2014 05:51:32 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Bernard Iremonger <bernard.iremonger@intel.com>
Date: Thu, 23 Oct 2014 14:51:15 +0200
Message-ID: <3258807.e10jNUOSjt@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.2 (Linux/3.16.4-1-ARCH; KDE/4.14.2; x86_64; ; )
In-Reply-To: <1413820404-5877-1-git-send-email-bernard.iremonger@intel.com>
References: <1413820404-5877-1-git-send-email-bernard.iremonger@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] [PULL REQUEST] doc: getting started guide for linux.
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 23 Oct 2014 12:43:08 -0000

> Bernard Iremonger (1):
>       doc: getting started guide for linux
> 
>  doc/guides/conf.py                         |   30 +++
>  doc/guides/index.rst                       |   37 +++
>  doc/guides/linux_gsg/build_dpdk.rst        |  271 +++++++++++++++++++++++
>  doc/guides/linux_gsg/build_sample_apps.rst |  234 ++++++++++++++++++++
>  doc/guides/linux_gsg/enable_func.rst       |  201 +++++++++++++++++
>  doc/guides/linux_gsg/index.rst             |   86 +++++++
>  doc/guides/linux_gsg/intro.rst             |   68 ++++++
>  doc/guides/linux_gsg/quick_start.rst       |  329 ++++++++++++++++++++++++++++
>  doc/guides/linux_gsg/sys_reqs.rst          |  288 ++++++++++++++++++++++++

It is now pulled in the main repository.
I just removed the whitespaces whose git were complaining about.

Thank you for this nice step done, it's the first document converted into
rst format and merged in the git tree.
It's worth explaining that Bernard is converting all the DPDK guides in
the same way. He's currently working on the documents of version 1.7.
Next step will be to update them for version 1.8.
Then everyone we'll be able to submit some patches for the documentation.

If someone is volunteer to customize appearance of the HTML documents,
he's more than welcome!

Thanks
-- 
Thomas