-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Add basic project documentation and example usage #85
Comments
FYI, readthedocs is not very good to deal with dependencies like Qt. But it now supports a conda |
Do the docs exist in some format? |
A simple example in the README would work as well. |
@CAM-Gerlach would you like to work on this? |
I can't promise anything like a full-on docs site like we have for It looks like the simplest low-hanging fruit item being requested here (beyond the more specific needs identified in the linked issues, which I responded to), was a few examples of using QtPy instead of the specific bindings; I can try to make some up based on what Spyder does, but as I'm nowhere near a Qt expert, @dalthviz if you could point to or outline some common examples that would be really helpful. Also, as I know there have been questions and requests to clarity the existing API that QtPy generally follows, I'd think we might want to revise this sentence:
to say "as if you were using PyQt5", since as I understand that's the API that QtPy generally follows at present, and also list the Qt6 APIs there, as well as link the Qt and PyQt5 docs. That would then be a jumping-off point for the additions in #61 that explain where QtPy diverges from that documented baseline. If there's any other low-hanging fruit you would like me to try to do as part of this issue, as opposed to one of the more specific ones or a follow, please do let me know! |
As another low-hanging fruit item, the |
I think adding some more information in the README is good enough and using the info already in the Also, at #200 (comment) a mention to a documentation page that the Glue project has related to |
Great, that's helpful thanks. I'll compile a master list of the things we want to add in the OP and links thereof, since it doesn't have any content as it is. |
Not directly related, but I think it would be a good idea to add back the old |
Updated the OP as discussed above |
Makes sense to me 👍 |
Thanks, opened as PR #279 |
Written and edited by @CAM-Gerlach (OP was initially empty):
__init__
docstring to the README for visibilityfrom qtpy.QtCore import Signal, Slot
QFileDialog
helpersqtpy.QtCore.__version__
FORCE_QT_API
, etc)PYQT5
,PYSIDE2
, etc)The text was updated successfully, but these errors were encountered: