diff options
-rw-r--r-- | .gitmodules | 5 | ||||
-rw-r--r-- | docs/conf.py | 1 | ||||
-rw-r--r-- | docs/featureprojects.rst | 14 | ||||
-rw-r--r-- | docs/release/release-notes.rst | 2 | ||||
-rw-r--r-- | docs/release/subrelease.rst | 6 | ||||
m--------- | docs/submodules/armband | 0 | ||||
m--------- | docs/submodules/fuel | 0 |
7 files changed, 8 insertions, 20 deletions
diff --git a/.gitmodules b/.gitmodules index fbe2a007f..af118f7ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,11 +3,6 @@ url = ../apex branch = . ignore = dirty -[submodule "docs/submodules/armband"] - path = docs/submodules/armband - url = ../armband - branch = . - ignore = dirty [submodule "docs/submodules/auto"] path = docs/submodules/auto url = ../auto diff --git a/docs/conf.py b/docs/conf.py index a3866d9cf..48c533975 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -280,6 +280,7 @@ html_sidebars = {'**': ['localtoc.html', 'relations.html'],} # texinfo_no_detailmenu = False intersphinx_mapping = {} +intersphinx_mapping['armband'] = ('https://opnfv-armband.readthedocs.io/en/latest', None) intersphinx_mapping['releng'] = ('https://opnfv-releng.readthedocs.io/en/latest', None) intersphinx_mapping['ovn4nfv'] = ('https://opnfv-ovn4nfv.readthedocs.io/en/latest', None) intersphinx_mapping['fuel'] = ('https://opnfv-fuel.readthedocs.io/en/latest', None) diff --git a/docs/featureprojects.rst b/docs/featureprojects.rst index d5afec867..b2eac4314 100644 --- a/docs/featureprojects.rst +++ b/docs/featureprojects.rst @@ -1,7 +1,7 @@ .. _opnfv-featureprojects: OPNFV Projects -================ +============== Apex ---- @@ -19,16 +19,10 @@ Apex Armband ------- -.. toctree:: - :maxdepth: 1 - ../submodules/armband/docs/development/overview/index - ../submodules/armband/docs/development/requirements/index - ../submodules/armband/docs/release/installation/index - ../submodules/armband/docs/release/configguide/index - ../submodules/armband/docs/release/userguide/index - ../submodules/armband/docs/development/design/index - ../submodules/armband/docs/development/manuals/index +* :doc:`Armband Overview <armband:index>` +* :doc:`Installation Guide <armband:release/installation/index>` +* :doc:`User Guide <armband:release/userguide/index>` Availability diff --git a/docs/release/release-notes.rst b/docs/release/release-notes.rst index 55ddacee1..771c9a77b 100644 --- a/docs/release/release-notes.rst +++ b/docs/release/release-notes.rst @@ -16,7 +16,7 @@ Project release notes: :ref:`Apex Release Notes <apex-releasenotes>` -:ref:`Armband Release Notes <armband-releasenotes>` +:ref:`Armband Release Notes <armband:armband-releasenotes>` :ref:`Auto Release Notes <auto-releasenotes>` diff --git a/docs/release/subrelease.rst b/docs/release/subrelease.rst index 1493e690a..fa4bd95bb 100644 --- a/docs/release/subrelease.rst +++ b/docs/release/subrelease.rst @@ -28,11 +28,9 @@ Daisy Fuel ----- -.. toctree:: - :maxdepth: 1 - ../submodules/fuel/docs/release/release-notes/index - ../submodules/fuel/docs/release/installation/index +* :ref:`Release Notes <fuel:fuel-release-notes-label>` +* :ref:`Installation <fuel:fuel-installation>` Joid ----- diff --git a/docs/submodules/armband b/docs/submodules/armband deleted file mode 160000 -Subproject 66db388e02fa09d6a233ed8844a6c91494cf279 diff --git a/docs/submodules/fuel b/docs/submodules/fuel deleted file mode 160000 -Subproject ec817180eece7be6e161e4633e08f41ea94cb90 |