Fixed doc generation warning
The BaseStrategy interface was moved to another location but the documentation wasn't updated accordingly, so here I updated this import path. As an extra, I also updated the description of the Solution which also had an outdated import path. Closes-Bug: #1522034 Change-Id: I8cd43e84db6945391db06ec6dfe82ce02eccc7f4
This commit is contained in:
@@ -64,7 +64,7 @@ Abstract Plugin Class
|
||||
Here below is the abstract ``BaseStrategy`` class that every single strategy
|
||||
should implement:
|
||||
|
||||
.. automodule:: watcher.decision_engine.api.strategy.strategy
|
||||
.. automodule:: watcher.decision_engine.strategy.base
|
||||
:noindex:
|
||||
|
||||
.. autoclass:: BaseStrategy
|
||||
|
||||
Reference in New Issue
Block a user