-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chores/docs] Remove HTTP and SSH backends #53 #54
Conversation
Resolves part of #53
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work @purhan. Some minor improvements can be done.
docs/source/index.rst
Outdated
|
||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, it was an alpha release, not pre-alpha.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a note in #56, if you want to delegate enabling versioned documentation. So we remember that we need to take care of this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go!
@@ -1,6 +1,3 @@ | |||
paramiko | |||
pysnmp | |||
ipaddress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once we migrate to python3 we should be able to remove this as well, let's keep in mind.
Resolves part of #53