aboutsummaryrefslogtreecommitdiff
path: root/doc/source/developer_information/how_tos/processing_output.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/developer_information/how_tos/processing_output.rst')
-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