[chores/docs] Remove HTTP and SSH backends #53 - #54
Conversation
Resolves part of #53
|
|
||
| The legacy versions of this project had support for SSH and HTTP for extracting information from | ||
| devices. To see how it worked, visit the | ||
| `0.1.0 pre-alpha release <https://github.com/openwisp/netengine/releases/tag/0.1.0a>`_ page on |
There was a problem hiding this comment.
Read the docs provides versioned documentation. If it is not much work to set it up, then we can enable that and use that link here instead.
If above is not quickly doable, then we can link https://github.com/openwisp/netengine/tree/0.1.0a instead of the tag. We can update this link later while releasing the module
There was a problem hiding this comment.
Also, it was an alpha release, not pre-alpha.
There was a problem hiding this comment.
Add a note in #56, if you want to delegate enabling versioned documentation. So we remember that we need to take care of this.
nemesifier
left a comment
There was a problem hiding this comment.
some dependencies like paramiko and mechanize were pulled because of http and ssh backends, make sure the dependencies that are not needed anymore are removed.
| @@ -1,6 +1,3 @@ | |||
| paramiko | |||
| pysnmp | |||
| ipaddress | |||
There was a problem hiding this comment.
once we migrate to python3 we should be able to remove this as well, let's keep in mind.
Resolves part of #53