'sphinx.ext.autosectionlabel'
]
html_theme = "sphinx_material"
+exclude_patterns = [
+ '**/.tox',
+ 'templates', # suppress warning that these files are not included in any toctree
+ 'how-to-use-docs/files', # suppress warning that these files are not included in any toctree
+ 'development/feature.templates' # suppress warning that these files are not included in any toctree
+]
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Power Consumption Monitoring Framework
======================================
-Introduction
-------------
+Overview
+--------
Power consumption is a key driver for NFV.
As an end user is interested to know which application is good or bad regarding
power consumption and explains why he/she has to plug his/her smartphone every
**IMPORTANT NOTE**: To apply a new configuration, you need to kill the running
container an start a new one (see below)
-Run
-^^^
+Run Collector
+^^^^^^^^^^^^^
To run the container, you have to map folder located on the host to folders in
the container (config, logs)::
**IMPORTANT NOTE**: To apply a new configuration, you need to kill the running
container an start a new one (see bellow)
-Run
-^^^
+Run API
+^^^^^^^
To run the container, you have to map folder located on the host to folders in
the container (config, logs)::