-
Notifications
You must be signed in to change notification settings - Fork 74
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
Complete lack of documentation. #36
Comments
I got one thing to say after 8 hours of reading and analyzing this code: "This is freaking crazy!!!" |
I worked out how to use issues and I want to contribute to docs. I don't know Sphix (or rst for that matter) but I'm guessing @sigma wants generated info. I guess I'll play. If we can get the docs to the point where people contribute when they know how to do stuff that would be good. |
yep, agreed, lack of documentation is quite complete (probably the only complete thing in that code base :)).
Still, some real life use case are https://github.com/defunkt/gist.el and https://github.com/sigma/magit-gh-pulls |
I totes agree. eieio is annoying. It's all very depressing. This is a somewhat useful lib though. I will continue to contribute docs when I have the time. |
In principal having OO elisp is great, but since starting to play with |
@aspiers you're absolutely right, it's a nightmare (although to be fair, gh.el itself is partly responsible, and I'm trying to remove a lot of code in the "next" branch). Especially since eieio is not particularly great at maintaining compatibility from version to version right now (so things tend to fail in very obscure ways). |
One year since last comment here, and the issue is still relevant. I try to figure out how to use this library but the docs are very limited. Where can I enter the oauth credentials? I am confused. Is this project still alive? |
@jakoblind well, I would definitely welcome patches to improve the documentation, but I'm not even sure that would address your question as it would be the "developer" kind of documentation most likely (gh.el is not meant to be directly user-facing). |
I came here trying to figure out how to make |
After some searching, I found this link. Would this be worth linking to in the Readme? |
Is there any chance to get some usage examples?
The only hint I can see is available in 'gh-issues.el'.
Unfortunately it's wrong.
How should I configure this library? Where should I provide and store github password and token?
I can run all tests properly. So this library is workable. But is there any real life use case?
The text was updated successfully, but these errors were encountered: