Merge "Fixed doc generation warning"
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
|
||||
|
||||
@@ -47,7 +47,7 @@ class BaseStrategy(object):
|
||||
:param model: The name of the strategy to execute (loaded dynamically)
|
||||
:type model: str
|
||||
:return: A computed solution (via a placement algorithm)
|
||||
:rtype: :class:`watcher.decision_engine.api.strategy.solution.Solution`
|
||||
:rtype: :class:`watcher.decision_engine.solution.base.Solution`
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user