Skip to content

Commit

Permalink
Updated readme (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis authored Dec 6, 2020
1 parent 2e9fdb2 commit 94b5617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ Native code based client with extremely high performance - based on ``libssh2``

.. _`read the docs`: http://parallel-ssh.readthedocs.org/en/latest/

.. contents::

************
Installation
************
Expand Down Expand Up @@ -82,6 +80,9 @@ Single host client with similar API for users that do not need parallel function
print(line)
.. contents::


**************
Native clients
**************
Expand Down Expand Up @@ -157,7 +158,6 @@ Similarly, exit codes are available after ``client.join()`` without reading outp
output = client.run_command('uname')
# Wait for commands to complete and consume output so can get exit codes
client.join()
for host_output in output:
Expand Down

0 comments on commit 94b5617

Please sign in to comment.