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

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Mon Jun 18 08:21:24 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 | 20 ++++++++++++++++++++
 2 files changed, 25 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..f6ee8c7 100644
--- a/docs/guides/tools/index.rst
+++ b/docs/guides/tools/index.rst
@@ -28,9 +28,13 @@
     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+.. _tools_index:
+
 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..6ed9a5b
--- /dev/null
+++ b/docs/guides/tools/sppc/index.rst
@@ -0,0 +1,20 @@
+..  SPDX-License-Identifier: BSD-3-Clause
+    Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
+
+.. _spp_container_index:
+
+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