Add docs for features module#4688
Merged
hugovk merged 2 commits intopython-pillow:masterfrom Jun 15, 2020
Merged
Conversation
nulano
commented
Jun 13, 2020
| .. versionadded:: 1.1.3 | ||
|
|
||
| .. py:function:: PIL.ImageGrab.grab(bbox=None, include_layered_windows=False, all_screens=False, xdisplay=None) | ||
| .. py:function:: grab(bbox=None, include_layered_windows=False, all_screens=False, xdisplay=None) |
Contributor
Author
There was a problem hiding this comment.
This change is necessary to fix links. It also fixes the source button in the docs.
hugovk
reviewed
Jun 13, 2020
docs/reference/features.rst
Outdated
|
|
||
| * ``jpg``: (compile time) LibJpeg support, required for JPEG based image formats. | ||
| * ``jpg_2000``: (compile time) OpenJpeg support, required for JPEG 2000 image formats. | ||
| * ``zlib``: (compile time) ZLib support, required for ZLib compressed formats, such as PNG. |
Member
There was a problem hiding this comment.
Suggested change
| * ``zlib``: (compile time) ZLib support, required for ZLib compressed formats, such as PNG. | |
| * ``zlib``: (compile time) zlib support, required for zlib compressed formats, such as PNG. |
Contributor
Author
There was a problem hiding this comment.
I went with "Zlib" for the first one, as it is the start of a sentence.
radarhere
reviewed
Jun 13, 2020
Co-authored-by: Hugo <hugovk@users.noreply.github.com>
Contributor
Author
|
I would also like to propose adding a public API for checking library versions and including version numbers in |
Member
|
Let's merge this and you can open a new PR. Thanks! |
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.
This PR adds documentation for the features module. The only other reference to it before was in the 5.4.0 release docs.