1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-25 22:38:49 +00:00

doc: Update output_api references

This commit is contained in:
Marc Bonnici 2018-05-18 17:56:30 +01:00 committed by setrofim
parent 04fe3768af
commit bea36cc398
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ changes moving from WA2 to WA3.
- New features: - New features:
- There is a new Output API which can be used to aid in post processing a run's output. For more information please see :ref:`output-api`. - There is a new Output API which can be used to aid in post processing a run's output. For more information please see :ref:`output_processing_api`.
- All "augmentations" can now be enabled on a per workload basis. - All "augmentations" can now be enabled on a per workload basis.
For more information on migrating from WA2 to WA3 please see the :ref:`migration-guide`. For more information on migrating from WA2 to WA3 please see the :ref:`migration-guide`.

View File

@ -111,7 +111,7 @@ Output API
~~~~~~~~~~ ~~~~~~~~~~
There is now an Output API which can be used to more easily post process the There is now an Output API which can be used to more easily post process the
output from a run. For more information please see the output from a run. For more information please see the
:ref:`Output API <output-api>` documentation. :ref:`Output API <output_processing_api>` documentation.
----------------------------------------------------------- -----------------------------------------------------------