Merge "Fixed doc generation warning"

This commit is contained in:
Jenkins
2015-12-03 13:28:38 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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