Merge pull request #2175 from python-pillow/fix-docs

Fix too-short title underlines and malformed table
This commit is contained in:
wiredfool 2016-10-25 16:02:52 +01:00 committed by GitHub
commit af6bd35a9d
2 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ or::
macOS Installation
^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^
We provide binaries for macOS for each of the supported Python versions
in the wheel format. These include support for all optional libraries
@ -231,7 +231,7 @@ or using pip::
Building on macOS
^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^
The Xcode command line tools are required to compile portions of
Pillow. The tools are installed by running ``xcode-select --install``
@ -373,7 +373,7 @@ current versions of Linux, macOS, and Windows.
+----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+
| Windows Server 2008 R2 Enterprise|Yes | 3.3 | |x86-64 |
+----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+
| Windows Server 2012 R2 |Yes | 2.7,3.3,3.4 | 3.4.1 (CI target) |x86,x86-64 |
| Windows Server 2012 R2 |Yes | 2.7,3.3,3.4 | 3.4.1 (CI target) |x86,x86-64 |
+----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+
| Windows 8 Pro |Yes | 2.6,2.7,3.2,3.3,3.4a3 | 2.2.0 |x86,x86-64 |
+----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+

View File

@ -2,7 +2,7 @@
.. py:currentmodule:: PIL.ImageGrab
:py:mod:`ImageGrab` Module (macOS and Windows only)
==================================================
===================================================
The :py:mod:`ImageGrab` module can be used to copy the contents of the screen
or the clipboard to a PIL image memory.