* [PULL REQUEST] doc: generate DPDK_Linux_GSG with Sphinx.
[not found] <PULL REQUEST>
@ 2014-10-08 15:12 ` Bernard Iremonger
2014-10-20 15:53 ` [PULL REQUEST] doc: getting started guide for linux Bernard Iremonger
1 sibling, 0 replies; 3+ messages in thread
From: Bernard Iremonger @ 2014-10-08 15:12 UTC (permalink / raw)
To: dev-VfR2kkLFssw
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-VfR2kkLFssw@public.gmane.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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PULL REQUEST] doc: getting started guide for linux.
[not found] <PULL REQUEST>
2014-10-08 15:12 ` [PULL REQUEST] doc: generate DPDK_Linux_GSG with Sphinx Bernard Iremonger
@ 2014-10-20 15:53 ` Bernard Iremonger
[not found] ` <1413820404-5877-1-git-send-email-bernard.iremonger-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
1 sibling, 1 reply; 3+ messages in thread
From: Bernard Iremonger @ 2014-10-20 15:53 UTC (permalink / raw)
To: dev-VfR2kkLFssw
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-23 12:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <PULL REQUEST>
2014-10-08 15:12 ` [PULL REQUEST] doc: generate DPDK_Linux_GSG with Sphinx Bernard Iremonger
2014-10-20 15:53 ` [PULL REQUEST] doc: getting started guide for linux Bernard Iremonger
[not found] ` <1413820404-5877-1-git-send-email-bernard.iremonger-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-10-23 12:51 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).