[docs] Fix displaying task exporters plugins ref
Change-Id: Ic87bda4086ddc77412bc6bfc1bf88ca791b7c42c
This commit is contained in:
parent
48dbcc7db4
commit
842e4e279d
@ -189,16 +189,16 @@ def process_jsonschema(schema):
|
|||||||
CATEGORIES = {
|
CATEGORIES = {
|
||||||
"Common": ["OS Client"],
|
"Common": ["OS Client"],
|
||||||
"Deployment": ["Engine", "Provider Factory"],
|
"Deployment": ["Engine", "Provider Factory"],
|
||||||
"Task Component": ["Chart", "Context", "Exporter", "Hook",
|
"Task Component": ["Chart", "Context", "Hook Action", "Hook Trigger",
|
||||||
"Resource Type", "SLA", "Scenario", "Scenario Runner",
|
"Resource Type", "Task Exporter", "SLA", "Scenario",
|
||||||
"Trigger"],
|
"Scenario Runner", "Trigger", "Validator"],
|
||||||
"Verification Component": ["Verifier Context", "Verification Reporter",
|
"Verification Component": ["Verifier Context", "Verification Reporter",
|
||||||
"Verifier Manager"]
|
"Verifier Manager"]
|
||||||
}
|
}
|
||||||
|
|
||||||
# NOTE(andreykurilin): several bases do not have docstings at all, so it is
|
# NOTE(andreykurilin): several bases do not have docstings at all, so it is
|
||||||
# redundant to display them
|
# redundant to display them
|
||||||
IGNORED_BASES = ["Resource Type", "Task Exporter", "OS Client"]
|
IGNORED_BASES = ["Resource Type", "OS Client", "Exporters"]
|
||||||
|
|
||||||
|
|
||||||
class PluginsReferenceDirective(rst.Directive):
|
class PluginsReferenceDirective(rst.Directive):
|
||||||
|
Loading…
Reference in New Issue
Block a user