Skip to content

Conversation

@irskep
Copy link
Contributor

@irskep irskep commented Oct 13, 2013

I skipped ImageDraw2 because it's not documented anywhere and I couldn't determine its purpose. I skipped ImageFileIO because it's been deprecated for ages.

Preview in the usual place.

@aclark4life
Copy link
Member

Travis fails for some reason: https://travis-ci.org/python-imaging/Pillow/builds/12476282

@irskep
Copy link
Contributor Author

irskep commented Oct 13, 2013

The issue is that I changed ImageGrab to succeed on import even if you're not on Windows, so that autodoc would work on other platforms. But this breaks the conditional in the tests to skip it if it can't be imported.

I can move the docs out of autodoc and just define the functions explicitly in the rst.

@irskep
Copy link
Contributor Author

irskep commented Oct 13, 2013

Fixed.

aclark4life added a commit that referenced this pull request Oct 13, 2013
Document ImageEnhance, ImageFile, ImageFilter, ImageFont, ImageGrab, ImageMath, and ImageOps
@aclark4life aclark4life merged commit 4ea303a into python-pillow:master Oct 13, 2013
@aclark4life
Copy link
Member

Thanks

hugovk added a commit to hugovk/Pillow that referenced this pull request Jul 14, 2018
The skipping originally applied to ImageFileIO (python-pillow#375), and ImageFileIO was later removed (python-pillow#1343) but this line was missed.
radarhere pushed a commit to radarhere/Pillow that referenced this pull request Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants