From 193a2428a06f681f4d45ba94b5ae69add3cddf91 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Thu, 18 Oct 2018 14:57:45 -0700 Subject: [PATCH] Transition Fuel and Armband off of Submodules Updates references to link to the project docs and removes links to non-existant documents. Change-Id: I10fe2b64063072ffc0a0a9a5661e267eb270456f Signed-off-by: Trevor Bramwell --- .gitmodules | 5 ----- docs/conf.py | 1 + docs/featureprojects.rst | 14 ++++---------- docs/release/release-notes.rst | 2 +- docs/release/subrelease.rst | 6 ++---- docs/submodules/armband | 1 - docs/submodules/fuel | 1 - 7 files changed, 8 insertions(+), 22 deletions(-) delete mode 160000 docs/submodules/armband delete mode 160000 docs/submodules/fuel 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 ` +* :doc:`Installation Guide ` +* :doc:`User Guide ` 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 ` -:ref:`Armband Release Notes ` +:ref:`Armband Release Notes ` :ref:`Auto Release Notes ` 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 ` +* :ref:`Installation ` Joid ----- diff --git a/docs/submodules/armband b/docs/submodules/armband deleted file mode 160000 index 66db388e0..000000000 --- a/docs/submodules/armband +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 66db388e02fa09d6a233ed8844a6c91494cf2796 diff --git a/docs/submodules/fuel b/docs/submodules/fuel deleted file mode 160000 index ec817180e..000000000 --- a/docs/submodules/fuel +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ec817180eece7be6e161e4633e08f41ea94cb903 -- 2.16.6