From: Michele Di Giorgio Date: Wed, 27 May 2020 16:03:49 +0000 (+0100) Subject: COMPMID-3508: issues with the document in the 20.05ACL RC X-Git-Tag: submit/tizen/20200730.023729~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30f4d9c809f3564cf995efb30116cba1e4632633;p=platform%2Fupstream%2Farmcl.git 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 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3272 Reviewed-by: Manuel Bottini Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index bdbb2fc41..f5b882555 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