Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TjarkMiener committed Aug 3, 2024
1 parent 1566dbd commit d625c9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api-reference/monitoring/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Monitoring data are time-series used to monitor the status or quality of hardwar

This module provides some code to help to generate monitoring data from processed event data, particularly for the purposes of calibration and data quality assessment.

Currently, only code related to :ref:`stats_aggregator` is implemented here.
Currently, only code related to :ref:`stats_aggregator` and :ref:`outlier_detector` is implemented here.


Submodules
Expand All @@ -21,6 +21,7 @@ Submodules
:glob:

aggregator
outlier


Reference/API
Expand Down
11 changes: 11 additions & 0 deletions docs/api-reference/monitoring/outlier.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _outlier_detector:

****************
Outlier Detector
****************


Reference/API
=============

.. automodapi:: ctapipe.monitoring.outlier

0 comments on commit d625c9e

Please sign in to comment.