Commit Graph

1074 Commits

Author SHA1 Message Date
Stephen Johnson
20b9d9774a Fully document PIL.ImageOps; fix some :py:mod: markup 2013-10-12 22:17:45 -07:00
Stephen Johnson
e2d88b5a51 Fully document ImageMath 2013-10-12 17:40:14 -07:00
Stephen Johnson
cf7b72f9b9 Fully document PIL.ImageGrab 2013-10-12 17:22:02 -07:00
Stephen Johnson
bc0f53aceb Fully document PIL.ImageFont 2013-10-12 17:14:12 -07:00
Stephen Johnson
a2c67dc3af Fully document PIL.ImageFilter 2013-10-12 16:49:32 -07:00
Stephen Johnson
11cd6a9150 Comments identifying modules to skip documenting 2013-10-12 13:58:53 -07:00
Stephen Johnson
348daf9490 Document ImageFile.Parser 2013-10-12 13:57:27 -07:00
Stephen Johnson
b98c3f05cd Fix a couple of example imports 2013-10-12 13:53:31 -07:00
Stephen Johnson
f2be739fdf Fully document PIL.ImageEnhance 2013-10-12 13:48:34 -07:00
Alex Clark
ceb325eb07 Add history [ci skip] 2013-10-12 05:44:53 -04:00
Alex Clark ☺
0cc371399b Merge pull request #374 from irskep/doc-improvements
Port and update docs for Image, ImageChops, ImageColor, and ImageDraw
2013-10-12 02:43:38 -07:00
Stephen Johnson
b24fbfaab6 Move reference above appendices in ToC 2013-10-12 00:56:39 -07:00
Stephen Johnson
c69c6df8b5 Clearer PIL.rst title 2013-10-12 00:55:47 -07:00
Stephen Johnson
5cf0d35a5b Remove ImageDraw from PIL.rst 2013-10-12 00:54:25 -07:00
Stephen Johnson
7b9c19b293 Tweak PIL.rst namespace and description 2013-10-12 00:53:46 -07:00
Stephen Johnson
5c9329d5ba Fully document PIL.ImageDraw 2013-10-12 00:52:01 -07:00
Stephen Johnson
88c700f3b2 Fully document PIL.ImageColor 2013-10-11 22:54:24 -07:00
Stephen Johnson
1e726ea36a Remove old ImageChops comments; redundant with docstrings 2013-10-11 22:46:57 -07:00
Stephen Johnson
a31a84f012 Remove ImageChops from PIL.rst 2013-10-11 22:46:39 -07:00
Stephen Johnson
546c20491f Improve ImageChops docstrings 2013-10-11 22:45:23 -07:00
Stephen Johnson
39d5e639f0 Fully document PIL.ImageChops 2013-10-11 22:45:09 -07:00
Stephen Johnson
b533aa665e Fix many formatting mistakes in PIL.Image's docstrings 2013-10-11 22:18:40 -07:00
Stephen Johnson
b25e8c5d18 Fully document PIL.Image from handbook 2013-10-11 22:18:28 -07:00
Alex Clark
7be6e26e7b Merge branch 'master' of github.com:python-imaging/Pillow 2013-10-10 05:24:14 -04:00
Alex Clark
8f81298a5a Add history [ci skip] 2013-10-10 05:24:10 -04:00
Alex Clark ☺
577780d2c2 Merge pull request #371 from irskep/doc-improvements
Move or copy a bunch of content from README.rst to docs/
2013-10-10 02:23:18 -07:00
Alex Clark ☺
efeb1458a2 Merge pull request #373 from wiredfool/setup
Style: Convert ''.split to iteration over tuple
2013-10-10 02:15:42 -07:00
Alex Clark
8ae54f2b40 Add history [ci skip] 2013-10-10 05:10:12 -04:00
Alex Clark ☺
8571c43e7f Merge pull request #368 from iElectric/respect_cflags_ldflags
respect CFLAGS/LDFLAGS when searching for headers/libs
2013-10-10 02:08:58 -07:00
wiredfool
473f5d8fc7 Changed ''.split to tuples 2013-10-09 21:44:05 -07:00
Steve Johnson
c3aaa9e9c4 Link to Github 2013-10-08 17:28:09 -07:00
Steve Johnson
7bcf0a17a4 Add myself to CONTRIBUTORS.rst 2013-10-08 17:24:42 -07:00
Steve Johnson
ea8b1ed321 Add global ToC back to index page 2013-10-08 17:23:39 -07:00
Steve Johnson
f218b8d68f Link to PyPI from index.rst; formatting fixes 2013-10-08 17:19:49 -07:00
Steve Johnson
2c5073e2e1 Bump required pillow version in docs/requirements.txt 2013-10-08 17:17:21 -07:00
Steve Johnson
cdaf584b63 Fix some readme formatting 2013-10-08 17:16:45 -07:00
Steve Johnson
9116813e70 Remove PIL porting guide from Readme 2013-10-08 17:15:58 -07:00
Steve Johnson
ea83ab9c58 Clarify contributor updates 2013-10-08 17:15:50 -07:00
Steve Johnson
ab1f35a8a8 Copy/move a bunch of README content to the doc site 2013-10-08 17:13:06 -07:00
Steve Johnson
36b370e465 Helpful sidebar 2013-10-08 16:34:24 -07:00
Steve Johnson
6fea2a5ad3 Simplify docs/conf.py 2013-10-08 16:19:35 -07:00
Domen Kožar
9b6af55702 respect CFLAGS/LDFLAGS when searching for headers/libs 2013-10-07 21:43:39 +02:00
wiredfool
34944bf533 Merge pull request #365 from wiredfool/pypy
Rework of the Py_ssize_t patch for PyPy
2013-10-07 10:50:52 -07:00
Alex Clark
8a22598d41 Add history [ci skip] 2013-10-07 12:21:09 -04:00
Alex Clark ☺
3539af06fa Merge pull request #366 from irskep/doc-improvements
Port PIL Handbook tutorial and appendices
2013-10-07 09:20:12 -07:00
Alex Clark
97f9579e8b Add history [ci skip] 2013-10-07 09:39:26 -04:00
Alex Clark ☺
056690792e Merge pull request #364 from wiredfool/premultiply
Alpha Premultiplication support for transform and resize
2013-10-07 06:38:11 -07:00
Steve Johnson
55913cab1b Print function in tutorial 2013-10-06 22:54:39 -07:00
Steve Johnson
b89ae08522 Add some main page info 2013-10-06 22:49:20 -07:00
Steve Johnson
c3a3c2ed66 Move PIL.Image to top of reference 2013-10-06 22:43:46 -07:00