Add SSHClient to the Python API docs

I'm leaving cmd_sync out on purpose for now until we get eauth support
sorted.
This commit is contained in:
Seth House 2015-04-07 09:53:02 -06:00
parent 54c83e3fe7
commit 30ad8d99df

View File

@ -100,3 +100,9 @@ CloudClient
.. autoclass:: salt.cloud.CloudClient .. autoclass:: salt.cloud.CloudClient
:members: :members:
SSHClient
---------
.. autoclass:: salt.client.ssh.client.SSHClient
:members: cmd, cmd_iter