Skip to content
Snippets Groups Projects
Commit b4c7e487 authored by Martin Lange's avatar Martin Lange
Browse files

fix connect helper doc refs

parent 2931e692
No related branches found
No related tags found
1 merge request!124Enhance docstrings
......@@ -221,7 +221,7 @@ class Component(IComponent, Loggable, ABC):
pull_data : arraylike
Names of the inputs that are to be pulled.
cache : bool
Whether data and :class:`.Info` objects passed via :meth:`.try_connect`
Whether data and :class:`.Info` objects passed via :meth:`try_connect() <.Component.try_connect>`
are cached for later calls. Default ``True``.
"""
self.logger.debug("create connector")
......
......@@ -22,7 +22,7 @@ class ConnectHelper(Loggable):
pull_data : arraylike
Names of the inputs that are to be pulled.
cache : bool
Whether data and :class:`.Info` objects passed via :meth:`.try_connect`
Whether data and :class:`.Info` objects passed via :meth:`connect() <.ConnectHelper.connect>`
are cached for later calls. Default ``True``.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment