-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added parallel ability to connection, updated docs
- Loading branch information
1 parent
6ad4b39
commit 29c14dc
Showing
13 changed files
with
577 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
**/__pycache__/ | ||
**/.vscode/ | ||
**/.mypy_cache/ | ||
**/uml_images/** | ||
build/ | ||
dist/ | ||
ssh_utilities.egg-info/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
sphinx-rtd-theme>=0.5.0 | ||
sphinx-rtd-theme>=0.5.0 | ||
sphinx-pyreverse>=0.0.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
ssh-utilities class inheritance diagrams | ||
======================================== | ||
|
||
``Connection`` factory | ||
|
||
.. inheritance-diagram:: ssh_utilities.Connection | ||
:parts: 1 | ||
|
||
``LocalConnection`` class | ||
|
||
.. inheritance-diagram:: ssh_utilities.LocalConnection | ||
:parts: 1 | ||
|
||
``SSHConnection`` class | ||
|
||
.. inheritance-diagram:: ssh_utilities.SSHConnection | ||
:parts: 1 | ||
|
||
``MultiConnection`` class | ||
|
||
.. inheritance-diagram:: ssh_utilities.MultiConnection | ||
:parts: 1 | ||
|
||
ssh-utilities UML classes graph | ||
=============================== | ||
|
||
.. uml:: ssh_utilities | ||
:classes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.