diff options
Diffstat (limited to 'docs/guides')
5 files changed, 12 insertions, 9 deletions
diff --git a/docs/guides/active-projects/index.rst b/docs/guides/active-projects/index.rst index 7e43bdd13..6b72b3aeb 100644 --- a/docs/guides/active-projects/index.rst +++ b/docs/guides/active-projects/index.rst @@ -39,7 +39,6 @@ All Active Projects | :ref:`onap-vfc-nfvo-lcm <onap-vfc-nfvo-lcm:master_index>` | :ref:`onap-vfc-nfvo-driver-vnfm-svnfm <onap-vfc-nfvo-driver-vnfm-svnfm:master_index>` | :ref:`onap-holmes-rule-management <onap-holmes-rule-management:master_index>` -| :ref:`onap-policy-engine <onap-policy-engine:master_index>` | :ref:`onap-portal <onap-portal:master_index>` | :ref:`onap-cli <onap-cli:master_index>` | :ref:`onap-aaf-certservice <onap-aaf-certservice:master_index>` diff --git a/docs/guides/onap-developer/architecture/references.rst b/docs/guides/onap-developer/architecture/references.rst index 5c3dcac04..93b4dc68a 100644 --- a/docs/guides/onap-developer/architecture/references.rst +++ b/docs/guides/onap-developer/architecture/references.rst @@ -47,7 +47,7 @@ Platform Components | :ref:`APPC - Application Controller<onap-appc:master_index>` | :ref:`DCAE - Data Collection Analytics and Events<onap-dcaegen2:architecture>` | :ref:`Holmes<onap-holmes-rule-management:architecture>` -| :ref:`Policy<onap-policy-engine:architecture>` +| :ref:`Policy<onap-policy-parent:architecture>` | :ref:`SDNC - SDN Controller OAM<onap-sdnc-oam:architecture>` | :ref:`SO - Service Orchestrator<onap-so:architecture>` | :ref:`VFC - Virtual Function Controller<onap-vfc-nfvo-lcm:architecture>` diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index e0bc103a3..e4bb6b149 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -44,7 +44,6 @@ Application Authorization Framework | :ref:`aaf authz<onap-aaf-authz:master_index>` | :ref:`Secret Management Service<onap-aaf-sms:master_index>` -| :ref:`Certification Service<onap-aaf-certservice:master_index>` Command Line Interface ---------------------- @@ -203,7 +202,8 @@ ONAP Operations Manager :maxdepth: 2 :titlesonly: -:ref:`oom<onap-oom:master_index>` +| :ref:`oom<onap-oom:master_index>` +| :ref:`CMPv2 CertService<onap-oom-certservice:master_index>` Optimization Framework ---------------------- @@ -225,8 +225,6 @@ Policy Framework :ref:`policy parent<onap-policy-parent:master_index>` -:ref:`policy engine<onap-policy-engine:master_index>` - Portal Platform --------------- diff --git a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst index c59e956a1..91f530983 100644 --- a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst +++ b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst @@ -475,6 +475,12 @@ Change directory to doc & install requirements. cd doc pip install -r etc/requirements.txt +.. warning:: + + Just follow the next step (copying conf.py from Doc project to your project) + if that is your intention, otherwise skip it. Currently all projects should already have a conf.py file. + Through the next step, this file and potential extensions in your project get overriden. + Copy the conf.py file to your project folder where RST files have been kept: .. code-block:: bash diff --git a/docs/guides/onap-user/design/pre-onboarding/index.rst b/docs/guides/onap-user/design/pre-onboarding/index.rst index 07510ef04..42b1ca0f7 100644 --- a/docs/guides/onap-user/design/pre-onboarding/index.rst +++ b/docs/guides/onap-user/design/pre-onboarding/index.rst @@ -32,7 +32,7 @@ These steps are performed outside SDC. onboarding. The requirements are found in the following document. -:ref:`Heat requirements<onap-vnfrqts-requirements:master_index>` +:ref:`Heat requirements<onap-vnfrqts-requirements:heat_requirements>` #. Put the Heat, ENV, nested Heat, and other files used by get-file in templates in a directory on a host, which supports python. @@ -72,9 +72,9 @@ Validate xNF Package (VNF/PNF) VNF and PNF packages have to follow the requirements described in: -:ref:`VNF and PNF Modeling Requirements<vnfrqts-requirements:master_index>` +:ref:`VNF and PNF Modeling Requirements<vnfrqts-requirements:tosca_requirements>` -:ref:`ONAP Management Requirements<vnfrqts-requirements:master_index>` +:ref:`ONAP Management Requirements<vnfrqts-requirements:onap_management_requirements>` For Validation of VNF and PNF packages the tools delivered by VNFSDK can be used: |