[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:
@@ -42,6 +42,15 @@ DATA = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"group": "processing",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"name": "output chart",
|
||||||
|
"base": "rally.task.processing.charts:OutputChart"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"group": "deployment",
|
"group": "deployment",
|
||||||
"items": [
|
"items": [
|
||||||
|
|||||||
Reference in New Issue
Block a user