Merge "Document temporary character of references in repolist.rst"
authorEric Debeau <eric.debeau@orange.com>
Fri, 12 Jul 2019 15:39:52 +0000 (15:39 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 12 Jul 2019 15:39:52 +0000 (15:39 +0000)
39 files changed:
.gitmodules
docs/guides/onap-developer/developing/index.rst
docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
docs/release/repolist.rst
docs/submodules/aaf/authz.git
docs/submodules/aai/sparky-be.git
docs/submodules/appc.git
docs/submodules/ccsdk/cds.git
docs/submodules/ccsdk/distribution.git
docs/submodules/ccsdk/features.git
docs/submodules/ccsdk/parent.git
docs/submodules/ccsdk/platform/plugins.git
docs/submodules/clamp.git
docs/submodules/dcaegen2.git
docs/submodules/dmaap/datarouter.git
docs/submodules/externalapi/nbi.git
docs/submodules/integration.git
docs/submodules/logging-analytics.git
docs/submodules/msb/apigateway.git
docs/submodules/multicloud/azure.git
docs/submodules/multicloud/framework.git
docs/submodules/multicloud/k8s.git
docs/submodules/music.git
docs/submodules/oom.git
docs/submodules/oom/offline-installer.git
docs/submodules/optf/cmso.git
docs/submodules/policy/apex-pdp.git [deleted submodule]
docs/submodules/policy/distribution.git [deleted submodule]
docs/submodules/policy/engine.git
docs/submodules/policy/parent.git
docs/submodules/portal.git
docs/submodules/sdc.git
docs/submodules/sdc/jtosca.git
docs/submodules/sdc/sdc-distribution-client.git
docs/submodules/sdc/sdc-tosca.git
docs/submodules/sdc/sdc-workflow-designer.git
docs/submodules/so.git
docs/submodules/vfc/nfvo/lcm.git
docs/submodules/vid.git

index 7e89be0..afd2675 100644 (file)
        url = ../aaf/sms
        branch = .
        ignore = dirty
-[submodule "docs/submodules/policy/apex-pdp.git"]
-       path = docs/submodules/policy/apex-pdp.git
-       url = ../policy/apex-pdp
-       branch = .
-       ignore = dirty
 [submodule "docs/submodules/multicloud/azure.git"]
        path = docs/submodules/multicloud/azure.git
        url = ../multicloud/azure
        url = ../optf/cmso
        branch = .
        ignore = dirty
-[submodule "docs/submodules/policy/distribution.git"]
-       path = docs/submodules/policy/distribution.git
-       url = ../policy/distribution
-       branch = .
-       ignore = dirty
 [submodule "docs/submodules/logging-analytics/pomba/pomba-audit-common.git"]
        path = docs/submodules/logging-analytics/pomba/pomba-audit-common.git
        url = ../logging-analytics/pomba/pomba-audit-common
index b88790e..567f5b0 100644 (file)
@@ -247,8 +247,6 @@ Policy Framework
 
    ../../../submodules/policy/parent.git/docs/index
    ../../../submodules/policy/engine.git/docs/index
-   ../../../submodules/policy/apex-pdp.git/docs/index
-   ../../../submodules/policy/distribution.git/docs/index
 
 Portal Platform
 ---------------
index 996d44e..6f5b0d4 100644 (file)
@@ -430,17 +430,27 @@ One Project
 -----------
 To test how the documentation renders in HTML, follow these steps:
 
-Install virtual environment.
+Install `virtual environment <https://pypi.org/project/virtualenv>`_ & create one.
 
 .. code-block:: bash
 
    sudo pip install virtualenv
+   virtualenv onap_docs
+
+Activate `onap_docs` virtual environment.
+
+.. code-block:: bash
+
+   source onap_docs/bin/activate
+
+.. note:: Virtual environment activation has to be performed before attempting to build documentation.
+          Otherwise, tools necessary for the process might not be available.
 
 Download a project repository.
 
 .. code-block:: bash
 
-  git clone http://gerrit.onap.org/r/<project>
+   git clone http://gerrit.onap.org/r/<project>
 
 Download the doc repository.
 
@@ -453,7 +463,7 @@ Change directory to doc & install requirements.
 .. code-block:: bash
 
    cd doc
-   sudo pip install -r etc/requirements.txt
+   pip install -r etc/requirements.txt
 
 Copy the conf.py file to your project folder where RST files have been kept:
 
@@ -479,7 +489,7 @@ specified output folder directory.
 You can use your Web Browser to open
 and check resulting html pages in the output folder.
 
-.. note:: Be sure to remove the `conf.py`, the static/ files and the output folder from the `<project>/docs/`.This is for testing only. Only commit the rst files and related content.
+.. note:: Be sure to remove the `conf.py`, the static/ files and the output folder from the `<project>/docs/`. This is for testing only. Only commit the rst files and related content.
 
 .. _building-all-documentation:
 
index e75abf1..9f59f00 100644 (file)
@@ -78,7 +78,7 @@ Project/Components
    integration <../submodules/integration.git/docs/index>
    msb/discovery <../submodules/msb/discovery.git/docs/index>
    msb/java-sdk <../submodules/msb/java-sdk.git/docs/index>
-   policy/apex-pdp <../submodules/policy/apex-pdp.git/docs/index>
+   policy/parent <../submodules/policy/parent.git/docs/index>
    sdc/jtosca <../submodules/sdc/jtosca.git/docs/index>
    sdc/sdc-distribution-client <../submodules/sdc/sdc-distribution-client.git/docs/index>
    sdc/sdc-docker-base <../submodules/sdc/sdc-docker-base.git/docs/index>
index a2bfcc6..0c88316 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a2bfcc602e81113347e9919b59e5e917d1ed2542
+Subproject commit 0c883163f5d2da8573e56fab3ddb62a1ca5b889e
index d2a7058..da2fd73 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d2a7058c50537fdf3406a417218db5607b23eff8
+Subproject commit da2fd730ddb9a21965ac77829fd2bbd50c36c43c
index d368feb..b1d55dd 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d368feb33cf3dcf1008b060503b7a41edef67e9e
+Subproject commit b1d55dd69c4a1b808b2a2ab995172e4bfdabfaea
index 853278a..7d58591 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 853278ae308ea4ab83c6e5cc1c8bfe808b178604
+Subproject commit 7d58591a2dd41b9e2655f5d06a1eb344146d8e76
index b5b8167..9f4fd31 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b5b816769e0fd6f3068c13eb004ad2ca95b9cd9b
+Subproject commit 9f4fd319d2f04b401f28ddd9790f3ea41754f9b6
index 7bbcdbb..104f65e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 7bbcdbb841d81217e6a341a6eeaa8c6fda8daf46
+Subproject commit 104f65e0fd4cb9c6b411e77f7c81e3d82c896803
index 322f4ff..6073799 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 322f4ffd1216bd01bde2b0f0f4c310811df1c129
+Subproject commit 6073799f2b75c716b44e818f7c3a8b914deea47e
index 6b5636f..d7275e7 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 6b5636fe2ddaab95d180876127701e71639faf78
+Subproject commit d7275e776cbfa0484d82700bdabf47da91b46114
index c8d6130..e44fdb1 160000 (submodule)
@@ -1 +1 @@
-Subproject commit c8d6130e6355a6f8f460c114ed7bac0221eb0020
+Subproject commit e44fdb1905fae612b12b56886af8f387e516e485
index 09ab35f..d9911ee 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 09ab35fb5eaafb6ccdb7388ed073c124c2981566
+Subproject commit d9911eeb5c2b30101882b60d64139cf5a3950e80
index b24ac8d..98572b7 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b24ac8d9ba04c7b00e3e943b1641ef0806fa4e64
+Subproject commit 98572b78fcce9ff28fa7429c9265812bd1e78bf2
index bce9428..6b05f46 160000 (submodule)
@@ -1 +1 @@
-Subproject commit bce9428824803a9f2b03975c7238e52974ec31b2
+Subproject commit 6b05f46fb4ed5cf086fcbd416a4f619819f86735
index 125d00b..e781c7c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 125d00b3b5dfda960f7eb8c5d87bf79455b3df1f
+Subproject commit e781c7c4e4e385f504254d0fd32f534d559af3c2
index 8699c66..58389c5 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8699c6606de31c116cd45f2fc74f048a5e3f397c
+Subproject commit 58389c5f0afee416211e1fcb02c456c5ba10aeec
index 18352a4..faabc5c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 18352a47ee8f6e4fbb499dc1eee20587b1e53439
+Subproject commit faabc5c70fd285d3698d45516841f99459a89bea
index 8ab92db..8336964 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8ab92dba524aacc4956497d72f6aa1b25ceb1adc
+Subproject commit 833696479f69255cd58eb5cfe7b729e15a640fef
index 96bb41e..c5bacb8 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 96bb41e64271accc719a49736bb9a2c89c49f25b
+Subproject commit c5bacb8c02da8ef280359b0c492468403f89fda3
index 8445148..7ff9966 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8445148cf095fcc55a9ada3e2bb0fece7a065089
+Subproject commit 7ff99668b98aae1210f72e84fcc1305814563600
index 5b43c69..a83c036 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5b43c6998e98f2fe9695f8dc9dc86be8bac2a320
+Subproject commit a83c036d46be00d1ca0b6bbff27382aa847240e1
index 5254510..887a978 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5254510864d175c41d78de756b1186b779eecb9f
+Subproject commit 887a978cd68c4cf826b5b2f535e43c0eef11dbee
index 37796bf..0573ab2 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 37796bfe9db3f947429b325f86450bfc9512ed9a
+Subproject commit 0573ab24eb85e428cb1f1bb80b9956b1a790dcc6
index e8aaf9e..8d79b30 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e8aaf9e7a6dbe61f1508c6b7f04fa9b14f2e4c7d
+Subproject commit 8d79b30fed898ede2b551a579e3564cb196f707b
diff --git a/docs/submodules/policy/apex-pdp.git b/docs/submodules/policy/apex-pdp.git
deleted file mode 160000 (submodule)
index cad7cff..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit cad7cff7dc945eefaf27815742461d6db6ab8eac
diff --git a/docs/submodules/policy/distribution.git b/docs/submodules/policy/distribution.git
deleted file mode 160000 (submodule)
index eb2ea36..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit eb2ea3650a6c64a898195b2f78e72af270415ed7
index 8bfbc4b..92febb7 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8bfbc4b6241d21252cd98d653f0860a58e64dcc2
+Subproject commit 92febb7abd1e6dfe89633d3d92cd70fabf5f0434
index 0c56e11..7fd4a6e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 0c56e114555b17818d2ee03bb680f27df8158ade
+Subproject commit 7fd4a6ee280b40916d5438b4bd4e2c5a8e043f13
index b771e1a..7324846 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b771e1ab3bc1a6c76c987d9c14fb3b77a338f155
+Subproject commit 73248465fc2867a3dd1a6494afb6b0774c9028f2
index da8b241..c8fcbbc 160000 (submodule)
@@ -1 +1 @@
-Subproject commit da8b24151295d923cc632dfa2d296b3c67f6cce2
+Subproject commit c8fcbbc2a9cc964ba1d4b872562b8f4185047308
index 6018fb0..787ef0b 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 6018fb047963d151d77bf03f6f84446866a30899
+Subproject commit 787ef0b09708ba160efa81e507fd8d0bc6719f43
index eb47236..19c8bdc 160000 (submodule)
@@ -1 +1 @@
-Subproject commit eb47236253465eaf1ad92313f799f4e399c24914
+Subproject commit 19c8bdce471587972861d395149564950f0d4a45
index d814792..0414d98 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d8147920f168eddb65722543054cafe06f5bf201
+Subproject commit 0414d985162bad8bad29a1e0527b84a3ff6c0aa3
index 36d376e..e8c9a5d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 36d376ea2124d88d627a0ada4e176e37e070f571
+Subproject commit e8c9a5d47f585a914c5aed08e97c7e82f1f363f1
index ab9522a..4f7af8b 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ab9522a55b6cf8dd2137f635b1accef60de34d20
+Subproject commit 4f7af8bab030fc3d331816a706dd0a9e2974c455
index 93e2fe2..1757a7e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 93e2fe207d57a020fee332b16675062f25699401
+Subproject commit 1757a7e0f63f892200d680bb228db19ec993d1a2
index d719259..7befef8 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d7192595536591a764afbdf159f68509b6b20bae
+Subproject commit 7befef8d013fb9e5627a50f7fb1e1937eb27e483