Update links in README#173
Merged
vasily-v-ryabov merged 2 commits intopython-xlib:masterfrom Sep 18, 2020
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #173 +/- ##
==========================================
+ Coverage 81.95% 81.99% +0.04%
==========================================
Files 42 42
Lines 4855 4855
==========================================
+ Hits 3979 3981 +2
+ Misses 876 874 -2 |
vasily-v-ryabov
approved these changes
Sep 18, 2020
| There is a resource database implementation, ICCCM support and a | ||
| framework for adding X extension code. Several extensions have been | ||
| implemented; (RECORD, SHAPE, Xinerama, Composite, RANDR, and XTEST) | ||
| implemented; (RECORD, SHAPE, Xinerama, Composite, RANDR, DPMS, and XTEST) |
Collaborator
There was a problem hiding this comment.
If you'd be so glad to update change list for the next release, I'd also suggest to update this list with other extensions which were implemented previously: https://github.com/python-xlib/python-xlib/tree/master/Xlib/ext
Or I can do it when I have time to pack a release. Just leaving this comment as a reminder for me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update
python-xlibdocumentation to point to https://python-xlib.github.io/, since python-xlib/python-xlib.github.io#1 was merged.Also update another link to use HTTPS instead of HTTP, since the site supports it (it actually does a redirect). There is still an older reference that does not support HTTPS, but the site still works, so keep it as is.
Add reference to DPMS in README.rst.