Adding the submdules directory for openretriever 13/33213/2
authorMatthewLi <matthew.lijun@huawei.com>
Tue, 11 Apr 2017 01:10:02 +0000 (21:10 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Tue, 11 Apr 2017 01:20:40 +0000 (21:20 -0400)
see verify failure in https://gerrit.opnfv.org/gerrit/#/c/33199/
this patch aims to fix the rtd failure

Change-Id: I7beed908835ff9ef2b9a07335757cccf0dc9b58b
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
.gitmodules
docs/release/installation.introduction.rst
docs/submodules/openretriever/.gitignore [new file with mode: 0644]
docs/testing/testing-user.rst

index fa60a71..f6cc456 100644 (file)
        url = ../onosfw
        branch = .
        ignore = dirty
+[submodule "docs/submodules/openretriever"]
+        path = docs/submodules/openretriever
+        url = ../openretriever
+        branch = .
+        ignore = dirty
 [submodule "docs/submodules/ovsnfv"]
        path = docs/submodules/ovsnfv
        url = ../ovsnfv
index b9bef1d..c1450ad 100644 (file)
@@ -22,7 +22,7 @@ the OPNFV community.
 Introduction
 ============
 
-The OPNFV platform is comprised of a variety of upstream components that may be deployed on your 
+The OPNFV platform is comprised of a variety of upstream components that may be deployed on your
 infrastructure.  A composition of components, tools and configurations is identified in OPNFV as a
 deployment scenario.
 
diff --git a/docs/submodules/openretriever/.gitignore b/docs/submodules/openretriever/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
index 4c10ae9..ac205a0 100644 (file)
@@ -59,4 +59,6 @@ Storperf
 .. toctree::
    :maxdepth: 1
 
-   ../submodules/storperf/docs/testing/user/index
\ No newline at end of file
+   ../submodules/storperf/docs/testing/user/index
+
+