Remove use guide section from doxygen

* This guide has now been moved to the Quick Start section in doxygen

Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Change-Id: I758915c43f0e9e116f7308482db34d560d7ba0d9
diff --git a/docs/05_contributor.dox b/docs/04_contributor.dox
similarity index 100%
rename from docs/05_contributor.dox
rename to docs/04_contributor.dox
diff --git a/docs/04_use_guides.dox b/docs/04_use_guides.dox
deleted file mode 100644
index 1ecef4a..0000000
--- a/docs/04_use_guides.dox
+++ /dev/null
@@ -1,21 +0,0 @@
-/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
-///
-/// SPDX-License-Identifier: MIT
-///
-
-namespace armnn
-{
-/**
-@page useguides Integration Guides
-@tableofcontents
-
-This page links all guides that explain how to use Arm NN tools and how to integrate them into your own project.
-Some of these guides may not be hosted in our repository and will lead you to guides on
-https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides
-
-
-## TfLite delegate guides
- - @subpage md_delegate_IntegrateDelegateIntoPython
-
-**/
-}
\ No newline at end of file
diff --git a/docs/06_00_software_tools.dox b/docs/05_00_software_components.dox
similarity index 86%
rename from docs/06_00_software_tools.dox
rename to docs/05_00_software_components.dox
index e560f44..2d65dae 100644
--- a/docs/06_00_software_tools.dox
+++ b/docs/05_00_software_components.dox
@@ -6,9 +6,9 @@
 namespace armnn
 {
 /**
-@page swtools Software Tools
+@page swtools Software Components
 
-On this page you can find all software tools contained in the Arm NN repository. You will find links to how-to guides and
+On this page you can find all software components contained in the Arm NN repository. You will find links to how-to guides and
 other helpful information in each section.
 
  - @subpage delegate
diff --git a/docs/06_01_parsers.dox b/docs/05_01_parsers.dox
similarity index 100%
rename from docs/06_01_parsers.dox
rename to docs/05_01_parsers.dox
diff --git a/docs/06_02_deserializer_serializer.dox b/docs/05_02_deserializer_serializer.dox
similarity index 100%
rename from docs/06_02_deserializer_serializer.dox
rename to docs/05_02_deserializer_serializer.dox
diff --git a/docs/06_03_delegate.dox b/docs/05_03_delegate.dox
similarity index 100%
rename from docs/06_03_delegate.dox
rename to docs/05_03_delegate.dox
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 1ddb3e3..43fd269 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -817,12 +817,11 @@
                          ./docs/01_01_delegate_start_guide.dox \
                          ./docs/02_operator_list.dox \
                          ./docs/03_build_guides.dox \
-                         ./docs/04_use_guides.dox \
-                         ./docs/05_contributor.dox \
-                         ./docs/06_00_software_tools.dox \
-                         ./docs/06_01_parsers.dox \
-                         ./docs/06_02_deserializer_serializer.dox \
-                         ./docs/06_03_delegate.dox \
+                         ./docs/04_contributor.dox \
+                         ./docs/05_00_software_components.dox \
+                         ./docs/05_01_parsers.dox \
+                         ./docs/05_02_deserializer_serializer.dox \
+                         ./docs/05_03_delegate.dox \
                          ./docs/FAQ.md \
                          ./tests/ImageCSVFileGenerator/README.md \
                          ./tests/ImageTensorGenerator/README.md \