summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShubhamRathi <shubhamiiitbackup@gmail.com>2017-02-27 19:54:45 +0530
committerShubhamRathi <shubhamiiitbackup@gmail.com>2017-02-27 19:54:45 +0530
commit6f8dbcd4920bb07a90348d3b39741fadfc142ca0 (patch)
tree422b2cd4f16f1a25849fb1ec8db3f0106b300de7
parent4db6b9c969a4856512a01ad78a9efeb28d9009c8 (diff)
Misc changes
1. Added onvo, snaps, barometer submodules 2. Renamed a few titles Change-Id: I8b47e68d64a9a16576abbc2891a39b6dacf164ca Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
-rw-r--r--.gitmodules9
-rw-r--r--docs/conf.py4
-rw-r--r--docs/featureprojects.rst4
-rw-r--r--docs/index.rst5
m---------docs/submodules/barometer0
m---------docs/submodules/ovno0
m---------docs/submodules/snaps0
7 files changed, 16 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index c7659b9b9..ce54e0f7a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -208,3 +208,12 @@
url = https://gerrit.opnfv.org/gerrit/dovetail
branch = .
shallow = true
+[submodule "docs/submodules/ovno"]
+ path = docs/submodules/ovno
+ url = https://gerrit.opnfv.org/gerrit/ovno
+[submodule "docs/submodules/snaps"]
+ path = docs/submodules/snaps
+ url = https://gerrit.opnfv.org/gerrit/snaps
+[submodule "docs/submodules/barometer"]
+ path = docs/submodules/barometer
+ url = https://gerrit.opnfv.org/gerrit/barometer
diff --git a/docs/conf.py b/docs/conf.py
index 163eb12a1..72bc27fb5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -40,9 +40,9 @@ author = 'Open Platform for NFV'
# built documents.
#
# The short X.Y version.
-version = 'Colorado'
+version = 'Danube'
# The full version, including alpha/beta/rc tags.
-release = 'Colorado'
+release = 'Danube'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/featureprojects.rst b/docs/featureprojects.rst
index 4d70dd6d6..c35850966 100644
--- a/docs/featureprojects.rst
+++ b/docs/featureprojects.rst
@@ -1,5 +1,5 @@
-OPNFV Feature Projects
-=======================
+OPNFV Projects
+================
ARMband
--------
diff --git a/docs/index.rst b/docs/index.rst
index 56d5718da..5b1c13613 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,4 +1,4 @@
-.. note:: This documentation is still under development.
+.. note:: This page is still under development.
OPNFV Documentation
===================
@@ -34,10 +34,11 @@ Testing Documentation
submodules/yardstick/docs/userguide/index
submodules/vswitchperf/docs/index
-Developer Documentation
+Development Documentation
-----------------------------------
.. toctree::
:maxdepth: 1
featureprojects
+ how-to-use-docs/index
diff --git a/docs/submodules/barometer b/docs/submodules/barometer
new file mode 160000
+Subproject 5649793d2037d6f26211be4035e28842ebb3e73
diff --git a/docs/submodules/ovno b/docs/submodules/ovno
new file mode 160000
+Subproject 9f50a40437477432a21b326b15c343ca6b8fe51
diff --git a/docs/submodules/snaps b/docs/submodules/snaps
new file mode 160000
+Subproject 7368f5c372d47169f63704fa75f070e62e8a0a8