1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-07-19 21:43:23 +01:00

doc: Rename references to folder to directory to be consistent.

This commit is contained in:
Marc Bonnici
2018-06-08 15:52:39 +01:00
committed by setrofim
parent 13d0743ac3
commit 92df8852fd
6 changed files with 9 additions and 9 deletions

@ -16,8 +16,8 @@ directory we can initialize a ``RunOutput`` as follows:
In [1]: from wa import RunOutput
...:
...: output_folder = 'wa_output'
...: run_output = RunOutput(output_folder)
...: output_directory = 'wa_output'
...: run_output = RunOutput(output_directory)

@ -48,7 +48,7 @@ Notable methods of the context are:
context.add_artifact(name, host_file_path, kind, description=None, classifier=None)
Plugins can add :ref:`artifacts <artifact>` of various kinds to the run
output folder for WA and associate them with a description and/or
output directory for WA and associate them with a description and/or
:ref:`classifier <classifiers>`.
context.add_metric(name, value, units=None, lower_is_better=False, classifiers=None)