mbox

[dpdk-dev,PULL,REQUEST] doc: generate DPDK_Linux_GSG with Sphinx.

Message ID 1412781149-27101-1-git-send-email-bernard.iremonger@intel.com (mailing list archive)
State Not Applicable, archived
Headers

Pull-request

ssh://bernard@dpdk.org/home/bernard/dpdk-doc-next.git/ master

Message

Iremonger, Bernard Oct. 8, 2014, 3:12 p.m. UTC
  These changes are a conversion of the DPDK_Linux_GSG from an MSWord file to Sphinx rst files,
and makefile changes.

The following changes since commit a5235ae1cd83360d4a7b156b8d983126c327b154:

  delete DPDK_Linux_GSG (2014-10-08 14:41:14 +0100)

are available in the git repository at:
  ssh://bernard@dpdk.org/home/bernard/dpdk-doc-next.git/ master

Bernard Iremonger (2):
      makefiles for doxygen and sphinx
      config and rst files for DPDK_Linux_GSG

 .../Compiling_and_Running_Sample_Applications.rst  |  201 +++++++++++++
 ...Compiling_the_Intel_DPDK_Target_from_Source.rst |  226 +++++++++++++++
 .../Enabling_Additional_Functionality.rst          |  167 +++++++++++
 doc/guides/DPDK_Linux_GSG/Introduction.rst         |   42 +++
 .../DPDK_Linux_GSG/Quick_Start_Setup_Script.rst    |  294 ++++++++++++++++++++
 doc/guides/DPDK_Linux_GSG/System_Requirements.rst  |  240 ++++++++++++++++
 doc/guides/DPDK_Linux_GSG/index.rst                |   92 ++++++
 doc/guides/conf.py                                 |  101 +++++++
 doc/guides/index.rst                               |   14 +
 mk/rte.sdkdoc.mk                                   |   70 +++++
 mk/rte.sdkguides.mk                                |  184 ++++++++++++
 mk/rte.sdkroot.mk                                  |  136 +++++++++
 12 files changed, 1767 insertions(+), 0 deletions(-)
 create mode 100755 doc/guides/DPDK_Linux_GSG/Compiling_and_Running_Sample_Applications.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/Compiling_the_Intel_DPDK_Target_from_Source.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/Enabling_Additional_Functionality.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/Introduction.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/Quick_Start_Setup_Script.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/System_Requirements.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/index.rst
 create mode 100755 doc/guides/conf.py
 create mode 100755 doc/guides/index.rst
 create mode 100644 mk/rte.sdkdoc.mk
 create mode 100644 mk/rte.sdkguides.mk
 create mode 100644 mk/rte.sdkroot.mk