aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2020-05-27 17:03:49 +0100
committerManuel Bottini <manuel.bottini@arm.com>2020-05-27 17:41:16 +0000
commit37d1ef96e8563aba32a6a2bc4124acdad00a031a (patch)
treedd030d4934cf1cafd7711f9a8e77434bafa8b3e1 /docs
parent7889291517dd317dcac478e8d8267f2545e58511 (diff)
downloadComputeLibrary-37d1ef96e8563aba32a6a2bc4124acdad00a031a.tar.gz
COMPMID-3508: issues with the document in the 20.05ACL RC
Generated documentation is no longer part of the release on the master branch. It will only be part of gh-pages. Change-Id: I326d7f3d0653f880d919cfebd70ccb4b67bd5e09 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3272 Reviewed-by: Manuel Bottini <manuel.bottini@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/00_introduction.dox6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index bdbb2fc410..f5b8825558 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -156,11 +156,7 @@ You should have the following file organisation:
│ ├── Memory & weights manager files (LifetimeManager, PoolManager, etc.)
│   └── Basic implementations of the generic object interfaces (Array, Tensor, etc.)
├── data --> Contains test images and reference data dumps used by validation tests
- ├── docs --> Contains Doxyfile and Doxygen sources used to generate the HTML pages in the documentation folder.
- ├── documentation
- │   ├── index.xhtml
- │   └── ...
- ├── documentation.xhtml --> documentation/index.xhtml
+ ├── docs --> Contains Doxyfile and Doxygen sources used to generate the HTML pages.
├── examples
│   ├── gemm_tuner
│   │ └── OpenCL GEMM tuner utility