-
Notifications
You must be signed in to change notification settings - Fork 75
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
Missing documentation #77
Labels
Documentation
Issues related to documentation
Comments
I approve of adding pylintrc. In fact I would go as far to find a system that automatically formats pull requests to Prep8. |
@LexiconCode Possibly. I'd prefer something that just checked the code, e.g. using pylint in the Travis CI build. Aenea does something like this with pyflakes. |
drmfinlay
added a commit
that referenced
this issue
Oct 12, 2019
drmfinlay
added a commit
that referenced
this issue
Oct 31, 2019
This was referenced Nov 12, 2019
drmfinlay
added a commit
that referenced
this issue
Jul 10, 2020
Re: #77. The Clipboard toolkit documentation section now includes information on the cross-platform Clipboard class as well as which Clipboard class is the default on which platform.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a number of parts of dragonfly that are not documented. I'll list some of them below.
A pylintrc file for the project's code style (mostly PEP 8).
List
andDictList
classes.Classes in the
dragonfly.language
sub-package (exceptShortIntegerRef
).E.g.
IntegerRef
,Integer
,Digits
Classes in the
dragonfly.windows
sub-package (exceptClipboard
).Windows only modules such as
win32gui
are mocked for documentation builds, so that shouldn't be an issue.Information on cross-platform support
Cross-platform pyperclip
Clipboard
class indragonfly.util.clipboard
.Separate documentation pages on the Natlink, WSR and text-input engine back-ends.
The text was updated successfully, but these errors were encountered: