mbox

[dpdk-dev,PULL,REQUEST] doc: getting started guide for linux.

Message ID 1413820404-5877-1-git-send-email-bernard.iremonger@intel.com (mailing list archive)
State Accepted, archived
Headers

Pull-request

git://dpdk.org/next/dpdk-doc DPDK_Linux_GSG

Message

Iremonger, Bernard Oct. 20, 2014, 3:53 p.m. UTC
  These changes are a conversion of the Linux Getting Started Guide from an MSWord file to Sphinx rst files.


The following changes since commit 075e064089e1c2b6899db58c69be1a387eb5ffa7:

  mk: fix doc cleaning (2014-10-17 17:44:06 +0200)

are available in the git repository at:
  git://dpdk.org/next/dpdk-doc DPDK_Linux_GSG

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 ++++++++++++++++++++++++
 9 files changed, 1544 insertions(+), 0 deletions(-)
 create mode 100755 doc/guides/linux_gsg/build_dpdk.rst
 create mode 100755 doc/guides/linux_gsg/build_sample_apps.rst
 create mode 100755 doc/guides/linux_gsg/enable_func.rst
 create mode 100755 doc/guides/linux_gsg/index.rst
 create mode 100755 doc/guides/linux_gsg/intro.rst
 create mode 100755 doc/guides/linux_gsg/quick_start.rst
 create mode 100755 doc/guides/linux_gsg/sys_reqs.rst
  

Comments

Thomas Monjalon Oct. 23, 2014, 12:51 p.m. UTC | #1
> 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