Skip to content

Commit

Permalink
update docs for monitoring module
Browse files Browse the repository at this point in the history
  • Loading branch information
TjarkMiener committed Aug 1, 2024
1 parent 5a143dd commit cde6857
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/api-reference/monitoring/extractor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _stats_extractor:

********************
Statistics Extractor
********************


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

.. automodapi:: ctapipe.monitoring.extractor
28 changes: 28 additions & 0 deletions docs/api-reference/monitoring/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.. _monitoring:

**********************************
Monitoring (`~ctapipe.monitoring`)
**********************************

.. currentmodule:: ctapipe.monitoring

This module include all the functions and classes needed for the Monitoring of CTA data.

Currently, only code related to :ref:`_stats_extractor` is implemented here.


Submodules
==========

.. toctree::
:maxdepth: 1
:glob:

extractor


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

.. automodapi:: ctapipe.monitoring
:no-inheritance-diagram:

0 comments on commit cde6857

Please sign in to comment.