summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-04-10 21:10:02 -0400
committerMatthewLi <matthew.lijun@huawei.com>2017-04-10 21:20:40 -0400
commitb11e635f9ec57fc6f3e4451b790a4c7d8b1bd3b8 (patch)
tree8b10497bf048e3a05a926d8be3ba6455f485f703
parenta1b990cc8c808924b620093c8f765cc49209ed52 (diff)
Adding the submdules directory for openretriever
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>
-rw-r--r--.gitmodules5
-rw-r--r--docs/release/installation.introduction.rst2
-rw-r--r--docs/submodules/openretriever/.gitignore0
-rw-r--r--docs/testing/testing-user.rst4
4 files changed, 9 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index fa60a7123..f6cc45619 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -98,6 +98,11 @@
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
diff --git a/docs/release/installation.introduction.rst b/docs/release/installation.introduction.rst
index b9bef1db2..c1450adef 100644
--- a/docs/release/installation.introduction.rst
+++ b/docs/release/installation.introduction.rst
@@ -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
index 000000000..e69de29bb
--- /dev/null
+++ b/docs/submodules/openretriever/.gitignore
diff --git a/docs/testing/testing-user.rst b/docs/testing/testing-user.rst
index 4c10ae92a..ac205a0a0 100644
--- a/docs/testing/testing-user.rst
+++ b/docs/testing/testing-user.rst
@@ -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
+
+