1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-30 14:44:09 +00:00

doc: Restructure developer information

Re-organise and add additional information to developer guide.
This commit is contained in:
Marc Bonnici
2018-06-25 09:30:14 +01:00
committed by setrofim
parent a64bb3a26f
commit 2f94d12b57
9 changed files with 455 additions and 538 deletions

View File

@@ -167,9 +167,10 @@ Python Workload Structure
any results from the target back to the host system and to update the output
with any metrics or artefacts for the specific workload iteration respectively.
- WA now features :ref:`decorators <decorators>` which can be used to allow for more efficient
binary deployment and that they are only installed to the device once per run. For
more information of implementing this please see
- WA now features :ref:`execution decorators <execution-decorators>` which can
be used to allow for more efficient binary deployment and that they are only
installed to the device once per run. For more information of implementing
this please see
:ref:`deploying executables to a target <deploying-executables>`.