[spp] [PATCH 01/15] docs: add index of SPP container tool

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Fri Jun 15 09:06:01 CEST 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

SPP container is a management tool for running DPDK application
on a container. SPP container provides a set of python scripts for
buiding docker image and launching app containers.Containers are
connected with SPP and its network is to be easily configurable.

This patch is for adding an index file of documents of SPP container.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
 docs/guides/tools/index.rst      |  6 +++++-
 docs/guides/tools/sppc/index.rst | 21 +++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)
 create mode 100644 docs/guides/tools/sppc/index.rst

diff --git a/docs/guides/tools/index.rst b/docs/guides/tools/index.rst
index 9cf137e..0636dd6 100644
--- a/docs/guides/tools/index.rst
+++ b/docs/guides/tools/index.rst
@@ -1,3 +1,5 @@
+.. _tools_index:
+
 ..  BSD LICENSE
     Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
     All rights reserved.
@@ -29,8 +31,10 @@
     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Tools
-===============
+=====
 
 .. toctree::
    :maxdepth: 2
    :numbered:
+
+   sppc/index
diff --git a/docs/guides/tools/sppc/index.rst b/docs/guides/tools/sppc/index.rst
new file mode 100644
index 0000000..2fd727f
--- /dev/null
+++ b/docs/guides/tools/sppc/index.rst
@@ -0,0 +1,21 @@
+.. _spp_container_index:
+
+..  SPDX-License-Identifier: BSD-3-Clause
+    Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
+
+
+SPP Container
+=============
+
+Running SPP and DPDK applications on containers.
+
+.. toctree::
+    :maxdepth: 1
+
+    overview
+    getting_started
+    install
+    build_img
+    app_launcher
+    usecases
+    howto_launcher
-- 
2.17.1



More information about the spp mailing list