aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/README.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-12 11:43:58 +0000
committerNikhil Raj <nikhil.raj@arm.com>2021-11-12 12:50:27 +0000
commit818f56a50164d5cd8420f195a570693500885eda (patch)
tree36d1e166d5c22d2f8d9642938841d07917edd3ec /python/pyarmnn/README.md
parent9f184c4cce711891a194ff05f68af6082aa920e9 (diff)
downloadarmnn-818f56a50164d5cd8420f195a570693500885eda.tar.gz
Update the graph path in Readme and update project number in doxyfile
* Move all the image files used in doxygen to docs/ * Have a single path for all images in Doxyfile * Update project number to 21.11 in Doxyfile Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ic9102d36b69a8261caf8e55da645463540e0b9f3
Diffstat (limited to 'python/pyarmnn/README.md')
-rw-r--r--python/pyarmnn/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyarmnn/README.md b/python/pyarmnn/README.md
index ae263463da..dc3b8a1fb0 100644
--- a/python/pyarmnn/README.md
+++ b/python/pyarmnn/README.md
@@ -10,7 +10,7 @@ delegated to the Arm NN library.
The [SWIG](http://www.swig.org/) project is used to generate the Arm NN python shadow classes and C wrapper.
The following diagram shows the conceptual architecture of this library:
-![PyArmNN](./images/pyarmnn.png)
+![PyArmNN](docs/pyarmnn.png)
# Setup development environment