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
|
Here below is the abstract ``BaseStrategy`` class that every single strategy
|
||||||
should implement:
|
should implement:
|
||||||
|
|
||||||
.. automodule:: watcher.decision_engine.api.strategy.strategy
|
.. automodule:: watcher.decision_engine.strategy.base
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
||||||
.. autoclass:: BaseStrategy
|
.. autoclass:: BaseStrategy
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ class BaseStrategy(object):
|
|||||||
:param model: The name of the strategy to execute (loaded dynamically)
|
:param model: The name of the strategy to execute (loaded dynamically)
|
||||||
:type model: str
|
:type model: str
|
||||||
:return: A computed solution (via a placement algorithm)
|
: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
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user