mirror of https://github.com/nicolargo/glances.git
Update API doc generation
This commit is contained in:
parent
973dd8978e
commit
cb8003c1df
|
|
@ -139,7 +139,7 @@ def print_plugin(gl, plugin):
|
|||
|
||||
def print_plugins(gl):
|
||||
"""Print the details of all plugins."""
|
||||
for plugin in [p for p in gl.plugins() if p not in ['programlist']]:
|
||||
for plugin in [p for p in gl.plugins() if p not in ['help', 'programlist']]:
|
||||
print_plugin(gl, plugin)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue