-
Notifications
You must be signed in to change notification settings - Fork 112
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
Documentation bug: evdev.EV_KEY #20
Comments
It definitely shouldn't be that way. Thanks! Fixed in 701bb49 and already visible on http://python-evdev.readthedocs.org/en/latest/apidoc.html#module-evdev.ecodes (You can use github flavored markdown to nicely format such blocks. E.g):
evdev.ecodes.EV[evdev.ecodes.EV_KEY]
'EV_KEY' |
I think the following line needs to be fixed as well. http://pythonhosted.org/evdev/apidoc.html#module-evdev.ecodes evdev.ecodes.bytype[EV_REL][0]
'REL_X' Should be: What is the difference between the "normal" and .../latest/... versions of the documentation? |
Fixed. The readthedocs.org documentation is automatically rebuilt on every commit, while the one on pythonhosted.org has to be built and uploaded manually (which is a hassle). |
On this page:
http://pythonhosted.org/evdev/apidoc.html#module-evdev.ecodes
Should probably be:
(Hmm, I not sure how to escape the above triple greater-than characters.)
The text was updated successfully, but these errors were encountered: