summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer/how-to-use-docs/introduction.rst
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2020-12-04 22:19:02 +0100
committerEric Debeau <eric.debeau@orange.com>2020-12-07 11:27:18 +0100
commit3028409da25aa4dbefc7fe8e30e196753275b27d (patch)
treeeb5776dbae54696998eb138aba77c7da5d82c480 /docs/guides/onap-developer/how-to-use-docs/introduction.rst
parentbfdd4d61b74062a16c228a5173e7ecddcf9c27fb (diff)
Remove remaining warnings during Documentation buildings
correct files to remove warnings Remove orphan links Correct bad links Issue-ID: DOC-692 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Change-Id: Iac1fea50a4edaf6ef38b97a1b5d689fab0206a15
Diffstat (limited to 'docs/guides/onap-developer/how-to-use-docs/introduction.rst')
-rw-r--r--docs/guides/onap-developer/how-to-use-docs/introduction.rst146
1 files changed, 71 insertions, 75 deletions
diff --git a/docs/guides/onap-developer/how-to-use-docs/introduction.rst b/docs/guides/onap-developer/how-to-use-docs/introduction.rst
index ceb2eb0e6..250313fc4 100644
--- a/docs/guides/onap-developer/how-to-use-docs/introduction.rst
+++ b/docs/guides/onap-developer/how-to-use-docs/introduction.rst
@@ -108,81 +108,77 @@ reference parts of source for documentation from other project
repositories. Other ONAP projects will provide content that
is referenced from this structure.
-::
-
-docs
-├── guides
-│   ├── active-projects
-│   ├── onap-developer
-│   │   ├── apiref
-│   │   ├── architecture
-│   │   │   └── media
-│   │   ├── developing
-│   │   ├── how-to-use-docs
-│   │   ├── tutorials
-│   │   └── use-cases
-│   ├── onap-operator
-│   │   ├── cloud_site
-│   │   │   ├── aws
-│   │   │   ├── azure
-│   │   │   ├── k8s
-│   │   │   ├── openstack
-│   │   │   └── vmware
-│   │   ├── onap-portal-admin
-│   │   │   └── attachments
-│   │   └── settingup
-│   ├── onap-provider
-│   ├── onap-user
-│   │   ├── configure
-│   │   │   ├── change_config
-│   │   │   ├── pnf_connect
-│   │   │   └── vnf_connect
-│   │   ├── design
-│   │   │   ├── control-loop
-│   │   │   │   └── media
-│   │   │   ├── media
-│   │   │   ├── parameter_resolution
-│   │   │   │   └── ubuntu_example
-│   │   │   │   ├── cba-after-enrichment
-│   │   │   │   │   ├── Definitions
-│   │   │   │   │   ├── Templates
-│   │   │   │   │   └── TOSCA-Metadata
-│   │   │   │   ├── cba-before-enrichment
-│   │   │   │   │   ├── Definitions
-│   │   │   │   │   ├── Templates
-│   │   │   │   │   └── TOSCA-Metadata
-│   │   │   │   └── ubuntuCDS_heat
-│   │   │   ├── pre-onboarding
-│   │   │   │   └── media
-│   │   │   ├── resource-onboarding
-│   │   │   │   └── media
-│   │   │   ├── service-design
-│   │   │   │   └── media
-│   │   │   ├── service-distribution
-│   │   │   │   └── media
-│   │   │   └── vfcreation
-│   │   │   └── media
-│   │   ├── instantiate
-│   │   │   ├── instantiation
-│   │   │   │   ├── nbi
-│   │   │   │   ├── pnf_instance
-│   │   │   │   ├── service_instance
-│   │   │   │   ├── so1
-│   │   │   │   ├── so2
-│   │   │   │   ├── uui
-│   │   │   │   ├── vid
-│   │   │   │   ├── virtual_link_instance
-│   │   │   │   └── vnf_instance
-│   │   │   └── pre_instantiation
-│   │   └── onap-portal-user
-│   │   └── attachments
-│   └── overview
-│   └── media
-├── release
-├── templates
-│   ├── collections
-│   └── sections
-└── use-cases
+.. code-block::
+
+ docs
+ ├── guides
+ │   ├── onap-developer
+ │   │   ├── apiref
+ │   │   ├── architecture
+ │   │   │   └── media
+ │   │   ├── developing
+ │   │   └── how-to-use-docs
+ | | | ├── templates
+ │   | | | ├── collections
+ │   | | | └── sections
+ │   ├── onap-operator
+ │   │   ├── cloud_site
+ │   │   │   ├── aws
+ │   │   │   ├── azure
+ │   │   │   ├── k8s
+ │   │   │   ├── openstack
+ │   │   │   └── vmware
+ │   │   ├── onap-portal-admin
+ │   │   │   └── attachments
+ │   │   └── settingup
+ │   ├── onap-provider
+ │   ├── onap-user
+ │   │   ├── configure
+ │   │   │   ├── change_config
+ │   │   │   ├── pnf_connect
+ │   │   │   └── vnf_connect
+ │   │   ├── design
+ │   │   │   ├── control-loop
+ │   │   │   │   └── media
+ │   │   │   ├── media
+ │   │   │   ├── parameter_resolution
+ │   │   │   │   └── ubuntu_example
+ │   │   │   │   ├── cba-after-enrichment
+ │   │   │   │   │   ├── Definitions
+ │   │   │   │   │   ├── Templates
+ │   │   │   │   │   └── TOSCA-Metadata
+ │   │   │   │   ├── cba-before-enrichment
+ │   │   │   │   │   ├── Definitions
+ │   │   │   │   │   ├── Templates
+ │   │   │   │   │   └── TOSCA-Metadata
+ │   │   │   │   └── ubuntuCDS_heat
+ │   │   │   ├── pre-onboarding
+ │   │   │   │   └── media
+ │   │   │   ├── resource-onboarding
+ │   │   │   │   └── media
+ │   │   │   ├── service-design
+ │   │   │   │   └── media
+ │   │   │   ├── service-distribution
+ │   │   │   │   └── media
+ │   │   │   └── vfcreation
+ │   │   │   └── media
+ │   │   ├── instantiate
+ │   │   │   ├── instantiation
+ │   │   │   │   ├── nbi
+ │   │   │   │   ├── pnf_instance
+ │   │   │   │   ├── service_instance
+ │   │   │   │   ├── so1
+ │   │   │   │   ├── so2
+ │   │   │   │   ├── uui
+ │   │   │   │   ├── vid
+ │   │   │   │   ├── virtual_link_instance
+ │   │   │   │   └── vnf_instance
+ │   │   │   └── pre_instantiation
+ │   │   └── onap-portal-user
+ │   │   └── attachments
+ │   └── overview
+ │   └── media
+ └── release
Source Files