Removal of OPNFV references 30/73430/2
authorGergely Csatari <gergely.csatari@nokia.com>
Thu, 14 Jul 2022 11:23:28 +0000 (14:23 +0300)
committerGergely Csatari <gergely.csatari@nokia.com>
Tue, 2 Aug 2022 10:00:53 +0000 (13:00 +0300)
- removal of OPNFV from the glossary title
- update of intersphinx references
- removal of not used submodules

Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
Change-Id: I907edc92f2a5766ca246ca8e30252d7ffd50cdf6

.gitmodules
docs/conf.py
docs/glossary/index.rst
docs/requirements.txt
docs/submodules/joid [deleted submodule]
docs/submodules/opera [deleted submodule]
docs/submodules/ovsnfv [deleted submodule]
docs/submodules/ves [deleted submodule]
docs/submodules/vnf_forwarding_graph [deleted submodule]
docs/testing/testing-dev.rst
docs/testing/testing-user.rst

index 7aac570..e69de29 100644 (file)
@@ -1,25 +0,0 @@
-[submodule "docs/submodules/joid"]
-       path = docs/submodules/joid
-       url = ../joid
-       branch = .
-       ignore = dirty
-[submodule "docs/submodules/ovsnfv"]
-       path = docs/submodules/ovsnfv
-       url = ../ovsnfv
-       branch = .
-       ignore = dirty
-[submodule "docs/submodules/ves"]
-       path = docs/submodules/ves
-       url = ../ves
-       branch = .
-       ignore = dirty
-[submodule "docs/submodules/vnf_forwarding_graph"]
-       path = docs/submodules/vnf_forwarding_graph
-       url = ../vnf_forwarding_graph
-       branch = .
-       ignore = dirty
-[submodule "docs/submodules/opera"]
-       path = docs/submodules/opera
-       url = ../opera
-       branch = .
-       ignore = dirty
index d590ac4..43e8388 100644 (file)
@@ -56,7 +56,7 @@ branch = 'latest'
 #
 # This is also used if you do content translation via gettext catalogs.
 # Usually you set "language" from the command line for these cases.
-language = None
+language = 'en'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used:
@@ -200,7 +200,7 @@ html_static_path = ['_static']
 # html_search_scorer = 'scorer.js'
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'OPNFV'
+htmlhelp_basename = 'Anuket'
 
 # -- Options for LaTeX output ---------------------------------------------
 
@@ -222,8 +222,8 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'OPNFV.tex', 'OPNFV Documentation',
-     'OPNFV Project', 'manual'),
+    (master_doc, 'Anuket.tex', 'Anuket Documentation',
+     'Anuket Project', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -252,7 +252,7 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'OPNFVDocs', 'OPNFV Documentation',
+    (master_doc, 'AnuketDocs', 'Anuket Documentation',
      [author], 1)
 ]
 
@@ -266,9 +266,9 @@ man_pages = [
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-    (master_doc, 'OPNFVDocs', 'OPNFV Documentation',
-     author, 'OPNFV', 'One line description of project.',
-     'Miscellaneous'),
+    (master_doc, 'AnuketDocs', 'Anuket Documentation',
+     author, 'Anuket', '',
+     ''),
 ]
 
 html_sidebars = {'**': ['localtoc.html', 'relations.html'],}
@@ -285,31 +285,31 @@ html_sidebars = {'**': ['localtoc.html', 'relations.html'],}
 # texinfo_no_detailmenu = False
 
 intersphinx_mapping = {}
-intersphinx_mapping['airship'] = ('https://opnfv-airship.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['airship'] = ('https://docs.anuket.io/projects/airship/en/%s' % branch, None)
 #intersphinx_mapping['apex'] = ('https://opnfv-apex.readthedocs.io/en/%s' % branch, None)
 #intersphinx_mapping['armband'] = ('https://opnfv-armband.readthedocs.io/en/%s' % branch, None)
-intersphinx_mapping['auto'] = ('https://opnfv-auto.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['auto'] = ('https://docs.anuket.io/projects/auto/en/%s' % branch, None)
 intersphinx_mapping['availability'] = ('https://opnfv-availability.readthedocs.io/en/%s' % branch, None)
-intersphinx_mapping['barometer'] = ('https://opnfv-barometer.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['barometer'] = ('https://docs.anuket.io/projects/barometer/en/%s' % branch, None)
 #intersphinx_mapping['bottlenecks'] = ('https://opnfv-bottlenecks.readthedocs.io/en/%s' % branch, None)
-intersphinx_mapping['calipso'] = ('https://opnfv-calipso.readthedocs.io/en/%s' % branch, None)
-intersphinx_mapping['cirv-sdv'] = ('https://opnfv-cirv-sdv.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['calipso'] = ('https://docs.anuket.io/projects/calipso/en/%s' % branch, None)
+intersphinx_mapping['cirv-sdv'] = ('https://docs.anuket.io/projects/cirv-sdv/en/%s' % branch, None)
 #intersphinx_mapping['clover'] = ('https://opnfv-clover.readthedocs.io/en/%s' % branch, None)
 #intersphinx_mapping['compass4nfv'] = ('https://opnfv-compass4nfv.readthedocs.io/en/%s' % branch, None)
 intersphinx_mapping['container4nfv'] = ('https://opnfv-container4nfv.readthedocs.io/en/%s' % branch, None)
 # intersphinx_mapping['copper'] = ('https://opnfv-copper.readthedocs.io/en/%s' % branch, None)
 #intersphinx_mapping['daisy'] = ('https://opnfv-daisy.readthedocs.io/en/%s' % branch, None)
 #intersphinx_mapping['doctor'] = ('https://opnfv-doctor.readthedocs.io/en/%s' % branch, None)
-intersphinx_mapping['dovetail'] = ('https://opnfv-dovetail.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['dovetail'] = ('https://docs.anuket.io/projects/dovetail/en/%s' % branch, None)
 intersphinx_mapping['edgecloud'] = ('https://opnfv-edgecloud.readthedocs.io/en/%s' % branch, None)
 # intersphinx_mapping['fds'] = ('https://opnfv-fds.readthedocs.io/en/%s' % branch, None)
 #intersphinx_mapping['fuel'] = ('https://opnfv-fuel.readthedocs.io/en/%s' % branch, None)
-intersphinx_mapping['functest'] = ('https://opnfv-functest.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['functest'] = ('https://docs.anuket.io/projects/functest/en/%s' % branch, None)
 #intersphinx_mapping['ipv6'] = ('https://opnfv-ipv6.readthedocs.io/en/%s' % branch, None)
 # intersphinx_mapping['moon'] = ('https://opnfv-moon.readthedocs.io/en/%s' % branch, None)
 # intersphinx_mapping['netready'] = ('https://opnfv-netready.readthedocs.io/en/%s' % branch, None)
-intersphinx_mapping['kuberef'] = ('https://opnfv-kuberef.readthedocs.io/en/%s' % branch, None)
-intersphinx_mapping['nfvbench'] = ('https://opnfv-nfvbench.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['kuberef'] = ('https://docs.anuket.io/projects/kuberef/en/%s' % branch, None)
+intersphinx_mapping['nfvbench'] = ('https://docs.anuket.io/projects/nfvbench/en/%s' % branch, None)
 #intersphinx_mapping['onosfw'] = ('https://opnfv-onosfw.readthedocs.io/en/%s' % branch, None)
 #intersphinx_mapping['orchestra'] = ('https://opnfv-orchestra.readthedocs.io/en/%s' % branch, None)
 intersphinx_mapping['ovn4nfv'] = ('https://opnfv-ovn4nfv.readthedocs.io/en/%s' % branch, None)
@@ -318,13 +318,13 @@ intersphinx_mapping['parser'] = ('https://opnfv-parser.readthedocs.io/en/%s' % b
 intersphinx_mapping['pharos'] = ('https://opnfv-pharos.readthedocs.io/en/%s' % branch, None)
 #intersphinx_mapping['promise'] = ('https://opnfv-promise.readthedocs.io/en/%s' % branch, None)
 #intersphinx_mapping['qtip'] = ('https://opnfv-qtip.readthedocs.io/en/%s' % branch, None)
-intersphinx_mapping['releng'] = ('https://opnfv-releng.readthedocs.io/en/latest', None)
+intersphinx_mapping['releng'] = ('https://docs.anuket.io/projects/releng/en/latest', None)
 intersphinx_mapping['releng-xci'] = ('https://opnfv-releng-xci.readthedocs.io/en/%s' % branch, None)
-intersphinx_mapping['samplevnf'] = ('https://opnfv-samplevnf.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['samplevnf'] = ('https://docs.anuket.io/projects/samplevnf/en/%s' % branch, None)
 intersphinx_mapping['sdnvpn'] = ('https://opnfv-sdnvpn.readthedocs.io/en/%s' % branch, None)
 #intersphinx_mapping['sfc'] = ('https://opnfv-sfc.readthedocs.io/en/%s' % branch, None)
 #intersphinx_mapping['snaps'] = ('https://opnfv-snaps.readthedocs.io/en/%s' % branch, None)
 intersphinx_mapping['stor4nfv'] = ('https://opnfv-stor4nfv.readthedocs.io/en/%s' % branch, None)
 #intersphinx_mapping['storperf'] = ('https://opnfv-storperf.readthedocs.io/en/%s' % branch, None)
-intersphinx_mapping['vineperf'] = ('https://opnfv-vineperf.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['vineperf'] = ('https://docs.anuket.io/projects/vineperf/en/%s' % branch, None)
 #intersphinx_mapping['yardstick'] = ('https://opnfv-yardstick.readthedocs.io/en/%s' % branch, None)
index 0d86169..1ee12de 100644 (file)
@@ -3,9 +3,9 @@
 .. SPDX-License-Identifier: CC-BY-4.0
 .. (c) Christopher Price (Ericsson AB), AT&T, Anuket
 
-*************************************
-OPNFV and Anuket Development Glossary
-*************************************
+***************************
+Anuket Development Glossary
+***************************
 
 ========
 Contents
index 734f07f..f52cfe7 100644 (file)
@@ -5,4 +5,4 @@ docutils==0.12
 setuptools
 six
 sphinxcontrib-httpdomain
-sphinx_bootstrap_theme>=0.4.11
+sphinx_bootstrap_theme>=0.4.11
\ No newline at end of file
diff --git a/docs/submodules/joid b/docs/submodules/joid
deleted file mode 160000 (submodule)
index f22b547..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit f22b547900c6dacd937cdb1e53bacd39c6f56f6b
diff --git a/docs/submodules/opera b/docs/submodules/opera
deleted file mode 160000 (submodule)
index ff99375..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit ff99375929fe94e4a1ffe50fab103b39b90fdd2d
diff --git a/docs/submodules/ovsnfv b/docs/submodules/ovsnfv
deleted file mode 160000 (submodule)
index 5b7a8fe..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 5b7a8fe64efa5d1bc32a0c5328e073463fd2393b
diff --git a/docs/submodules/ves b/docs/submodules/ves
deleted file mode 160000 (submodule)
index 3cdd68d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 3cdd68d998fd317c4e51821b34028bbb02018ffc
diff --git a/docs/submodules/vnf_forwarding_graph b/docs/submodules/vnf_forwarding_graph
deleted file mode 160000 (submodule)
index 237b13c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 237b13c7fbaf4fa856d32d000ef1122290c8b3f8
index 1616bad..80ac3e3 100644 (file)
@@ -14,12 +14,12 @@ Testing group
 
    ./developer/devguide/index
 
-OPNFV Verified Program –> Anuket Assured Program
-------------------------------------------------
+Anuket Assured Program
+----------------------
 
 * OVP releases were on a separate schedule from  OPNFV.  You may find
   the current status and latest documentation for OVP at
-  `<http://verified.opnfv.org>`_. The next incarnation of OVP will be the 
+  `<https://nfvi-verified.lfnetworking.org/>`_. The next incarnation of OVP will be the 
   Anuket Assured Program.
 
 Functest
index b527d39..5efe3c3 100644 (file)
@@ -10,14 +10,14 @@ Testing User Guides
 This page provides the links to the installation, configuration and user guides
 of the different test projects.
 
-OPNFV Verified Program --> Anuket Assured Program
--------------------------------------------------
+Anuket Assured Program
+----------------------
 .. toctree::
    :maxdepth: 1
 
-* OVP releases were on a separate schedule from  OPNFV.  You may find
+* OVP releases were on a separate schedule from OPNFV.  You may find
   the current status and latest documentation for OVP at
-  `<http://verified.opnfv.org>`_. The next incarnation of OVP will be the 
+  `<https://nfvi-verified.lfnetworking.org/>`_. The next incarnation of OVP will be the 
   Anuket Assured Program.
 
 Functest
@@ -35,8 +35,8 @@ SampleVNF
 
 *   :doc:`SampleVNF User Guide <samplevnf:testing/user/userguide/index>`
 
-VSPERF
-------
+ViNePERF
+--------
 .. toctree::
    :maxdepth: 1