1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-30 06:34:13 +00:00

pluginloader: Updated documentation to say plugin instead of extension

This commit is contained in:
Sebastian Goscik
2016-03-17 15:25:54 +00:00
parent 1e6763ee9b
commit c51593a729
16 changed files with 154 additions and 155 deletions

View File

@@ -42,16 +42,16 @@ installation and configuration guides.
configuration
Extensions
Plugins
~~~~~~~~~~
This section lists extensions that currently come with WA2. Each package below
represents a particular type of extension (e.g. a workload); each sub-package of
that package is a particular instance of that extension (e.g. the Andebench
workload). Clicking on a link will show what the individual extension does,
This section lists plugins that currently come with WA2. Each package below
represents a particular type of plugin (e.g. a workload); each sub-package of
that package is a particular instance of that plugin (e.g. the Andebench
workload). Clicking on a link will show what the individual plugin does,
what configuration parameters it takes, etc.
For how to implement you own extensions, please refer to the guides in the
For how to implement you own plugins, please refer to the guides in the
:ref:`in-depth` section.
.. raw:: html
@@ -66,7 +66,7 @@ For how to implement you own extensions, please refer to the guides in the
.. toctree::
:maxdepth: 2
extensions/workloads
plugins/workloads
.. raw:: html
@@ -75,7 +75,7 @@ For how to implement you own extensions, please refer to the guides in the
.. toctree::
:maxdepth: 2
extensions/instruments
plugins/instruments
.. raw:: html
@@ -85,7 +85,7 @@ For how to implement you own extensions, please refer to the guides in the
.. toctree::
:maxdepth: 2
extensions/result_processors
plugins/result_processors
.. raw:: html
@@ -94,7 +94,7 @@ For how to implement you own extensions, please refer to the guides in the
.. toctree::
:maxdepth: 2
extensions/devices
plugins/devices
.. raw:: html
@@ -105,14 +105,14 @@ For how to implement you own extensions, please refer to the guides in the
In-depth
~~~~~~~~
This section contains more advanced topics, such how to write your own extensions
This section contains more advanced topics, such how to write your own plugins
and detailed descriptions of how WA functions under the hood.
.. toctree::
:maxdepth: 2
conventions
writing_extensions
writing_plugins
execution_model
resources
additional_topics