[Doc] Make documentation for output plugins

Changes:
  * Add descriptive docstrings for plugins based on OutputChart
  * Register these plugins in doc/ext/plugin_reference.py
    so plugin/plugin_reference.htmlwill have a documentation
    chapter based on added docstrings

Change-Id: I655a1c985d437d46fcb7df2865cb38bbcc608a2f
This commit is contained in:
Alexander Maretskiy 2016-01-11 16:34:41 +02:00
parent 4b41bff7d9
commit 5f75912dcf

View File

@ -42,6 +42,15 @@ DATA = [
}
]
},
{
"group": "processing",
"items": [
{
"name": "output chart",
"base": "rally.task.processing.charts:OutputChart"
}
]
},
{
"group": "deployment",
"items": [