COMPMID-3508: issues with the document in the 20.05ACL RC
authorMichele Di Giorgio <michele.digiorgio@arm.com>
Wed, 27 May 2020 16:03:49 +0000 (17:03 +0100)
committerManuel Bottini <manuel.bottini@arm.com>
Wed, 27 May 2020 17:55:20 +0000 (18:55 +0100)
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>
docs/00_introduction.dox

index bdbb2fc410ffb26c1179188cab5fc4172a098bfc..f5b8825558c9a86b25e8cd2f1dc39639a9fe3ec9 100644 (file)
@@ -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