diff options
-rw-r--r-- | .gitmodules | 9 | ||||
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | docs/featureprojects.rst | 4 | ||||
-rw-r--r-- | docs/index.rst | 5 | ||||
m--------- | docs/submodules/barometer | 0 | ||||
m--------- | docs/submodules/ovno | 0 | ||||
m--------- | docs/submodules/snaps | 0 |
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 |