Skip to content

Commit

Permalink
fix rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
khsrali committed Jan 23, 2025
1 parent e266a5b commit 1a9fd12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/aiida/transports/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ class Transport(abc.ABC):
In case your plugin is strictly asynchronous (blocking), you may want to inherit
from `AsyncTransport` (BlockingTransport) for easier adoption.
.. note:: All the methods that start with ``_get_`` are class methods that
..note::
All the methods that start with ``_get_`` are class methods that
return a suggestion for the specific field. They are being used in
a function called ``transport_option_default`` in ``transports/cli.py``,
during an interactive ``verdi computer configure`` command.
Expand Down

0 comments on commit 1a9fd12

Please sign in to comment.