aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-10 15:01:25 +0000
committerDavid Monahan <David.Monahan@arm.com>2021-11-12 09:46:13 +0000
commit45c250a5d6e1669d2670282a55b48b3d727e381b (patch)
tree32a492099a99c7033b92d6728f18f032028500c6
parentb5231d41327c4d6866bc04909603dc0842b44971 (diff)
downloadarmnn-45c250a5d6e1669d2670282a55b48b3d727e381b.tar.gz
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
-rw-r--r--docs/04_contributor.dox (renamed from docs/05_contributor.dox)0
-rw-r--r--docs/04_use_guides.dox21
-rw-r--r--docs/05_00_software_components.dox (renamed from docs/06_00_software_tools.dox)4
-rw-r--r--docs/05_01_parsers.dox (renamed from docs/06_01_parsers.dox)0
-rw-r--r--docs/05_02_deserializer_serializer.dox (renamed from docs/06_02_deserializer_serializer.dox)0
-rw-r--r--docs/05_03_delegate.dox (renamed from docs/06_03_delegate.dox)0
-rw-r--r--docs/Doxyfile11
7 files changed, 7 insertions, 29 deletions
diff --git a/docs/05_contributor.dox b/docs/04_contributor.dox
index 5cbb6c3b8c..5cbb6c3b8c 100644
--- a/docs/05_contributor.dox
+++ b/docs/04_contributor.dox
diff --git a/docs/04_use_guides.dox b/docs/04_use_guides.dox
deleted file mode 100644
index 1ecef4a215..0000000000
--- 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
index e560f44882..2d65daed1e 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
index e7124ced94..e7124ced94 100644
--- a/docs/06_01_parsers.dox
+++ b/docs/05_01_parsers.dox
diff --git a/docs/06_02_deserializer_serializer.dox b/docs/05_02_deserializer_serializer.dox
index 5d4dc43a74..5d4dc43a74 100644
--- a/docs/06_02_deserializer_serializer.dox
+++ b/docs/05_02_deserializer_serializer.dox
diff --git a/docs/06_03_delegate.dox b/docs/05_03_delegate.dox
index b3caf8cbf8..b3caf8cbf8 100644
--- a/docs/06_03_delegate.dox
+++ b/docs/05_03_delegate.dox
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 1ddb3e3f08..43fd269621 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -817,12 +817,11 @@ INPUT = ./docs/01_00_quick_start.dox \
./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 \