aboutsummaryrefslogtreecommitdiff
path: root/doc/source/developer_information
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2018-11-29 10:44:36 +0000
committersetrofim <setrofim@gmail.com>2018-12-07 09:55:17 +0000
commit916f7cbb17c858a13d009ed72a7aa6a75687fe88 (patch)
treee54a80933e7d95dfd67020e84fb0d799d6a30421 /doc/source/developer_information
parent72046f5f0be5c957433ba09ce3d8ff5683ca2856 (diff)
docs: Update documentation about database output API and create command
Diffstat (limited to 'doc/source/developer_information')
-rw-r--r--doc/source/developer_information/how_tos/processing_output.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/developer_information/how_tos/processing_output.rst b/doc/source/developer_information/how_tos/processing_output.rst
index 16d31a47..18b6ca3e 100644
--- a/doc/source/developer_information/how_tos/processing_output.rst
+++ b/doc/source/developer_information/how_tos/processing_output.rst
@@ -26,7 +26,8 @@ CPU frequency fixed to max, and once with CPU frequency fixed to min.
Classifiers are used to indicate the configuration in the output.
First, create the :class:`RunOutput` object, which is the main interface for
-interacting with WA outputs.
+interacting with WA outputs. Or alternatively a :class:`RunDatabaseOutput`
+if storing your results in a postgres database.
.. code-block:: python