Consistent header underlines

This commit is contained in:
Hugo van Kemenade 2024-03-06 17:34:47 +02:00
parent 3106446dad
commit e9f8295950
4 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
.. _basic-installation: .. _basic-installation:
Basic Installation Basic Installation
------------------ ==================
.. note:: .. note::

View File

@ -7,12 +7,12 @@
.. _building-from-source: .. _building-from-source:
Building From Source Building From Source
-------------------- ====================
.. _external-libraries: .. _external-libraries:
External Libraries External Libraries
^^^^^^^^^^^^^^^^^^ ------------------
.. note:: .. note::
@ -227,7 +227,7 @@ Many of Pillow's features require external libraries:
This has been tested within the Termux app on ChromeOS, on x86. This has been tested within the Termux app on ChromeOS, on x86.
Installing Installing
^^^^^^^^^^ ----------
Once you have installed the prerequisites, to install Pillow from the source Once you have installed the prerequisites, to install Pillow from the source
code on PyPI, run:: code on PyPI, run::
@ -262,7 +262,7 @@ After navigating to the Pillow directory, run::
.. _compressed archive from PyPI: https://pypi.org/project/pillow/#files .. _compressed archive from PyPI: https://pypi.org/project/pillow/#files
Build Options Build Options
""""""""""""" ^^^^^^^^^^^^^
* Environment variable: ``MAX_CONCURRENCY=n``. Pillow can use * Environment variable: ``MAX_CONCURRENCY=n``. Pillow can use
multiprocessing to build the extension. Setting ``MAX_CONCURRENCY`` multiprocessing to build the extension. Setting ``MAX_CONCURRENCY``

View File

@ -1,7 +1,7 @@
.. _platform-support: .. _platform-support:
Platform Support Platform Support
---------------- ================
Current platform support for Pillow. Binary distributions are Current platform support for Pillow. Binary distributions are
contributed for each release on a volunteer basis, but the source contributed for each release on a volunteer basis, but the source
@ -10,7 +10,7 @@ general, we aim to support all current versions of Linux, macOS, and
Windows. Windows.
Continuous Integration Targets Continuous Integration Targets
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ------------------------------
These platforms are built and tested for every change. These platforms are built and tested for every change.
@ -66,7 +66,7 @@ These platforms are built and tested for every change.
Other Platforms Other Platforms
^^^^^^^^^^^^^^^ ---------------
These platforms have been reported to work at the versions mentioned. These platforms have been reported to work at the versions mentioned.

View File

@ -1,7 +1,7 @@
.. _python-support: .. _python-support:
Python Support Python Support
-------------- ==============
Pillow supports these Python versions. Pillow supports these Python versions.