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