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:
doc/source
@ -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)
|
||||
|
Reference in New Issue
Block a user