1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 10:52:33 +01:00

doc: Add additional references and formatting

This commit is contained in:
Marc Bonnici
2018-06-25 10:33:41 +01:00
committed by setrofim
parent 2f94d12b57
commit 23eb428829
5 changed files with 17 additions and 13 deletions

View File

@@ -610,7 +610,9 @@ results in a few common formats (such as csv or JSON).
You can add your own output processors by creating a Python file in
``~/.workload_automation/plugins`` with a class that derives from
:class:`wa.OutputProcessor <wa.framework.processor.OutputProcessor>`, and should
implement the relevant methods from the following interface:
implement the relevant methods shown below, for more information and please
see the
:ref:`Adding an Output Processor <adding-an-output-processor-example>` section.
:name: