Skip to content

Commit

Permalink
Consistent header underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 6, 2024
1 parent 75ec8fd commit b2cd126
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/installation/basic-installation.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _basic-installation:

Basic Installation
------------------
==================

.. note::

Expand Down Expand Up @@ -91,7 +91,7 @@ and :pypi:`olefile` for Pillow to read FPX and MIC images::
.. _old-versions:

Old Versions
------------
============

You can download old distributions from the `release history at PyPI
<https://pypi.org/project/pillow/#history>`_ and by direct URL access
Expand Down
8 changes: 4 additions & 4 deletions docs/installation/building-from-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
.. _building-from-source:

Building From Source
--------------------
====================

.. _external-libraries:

External Libraries
^^^^^^^^^^^^^^^^^^
------------------

.. note::

Expand Down Expand Up @@ -227,7 +227,7 @@ Many of Pillow's features require external libraries:
This has been tested within the Termux app on ChromeOS, on x86.

Installing
^^^^^^^^^^
----------

Once you have installed the prerequisites, to install Pillow from the source
code on PyPI, run::
Expand Down Expand Up @@ -262,7 +262,7 @@ After navigating to the Pillow directory, run::
.. _compressed archive from PyPI: https://pypi.org/project/pillow/#files

Build Options
"""""""""""""
^^^^^^^^^^^^^

* Environment variable: ``MAX_CONCURRENCY=n``. Pillow can use
multiprocessing to build the extension. Setting ``MAX_CONCURRENCY``
Expand Down
6 changes: 3 additions & 3 deletions docs/installation/platform-support.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _platform-support:

Platform Support
----------------
================

Current platform support for Pillow. Binary distributions are
contributed for each release on a volunteer basis, but the source
Expand All @@ -10,7 +10,7 @@ general, we aim to support all current versions of Linux, macOS, and
Windows.

Continuous Integration Targets
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
------------------------------

These platforms are built and tested for every change.

Expand Down Expand Up @@ -66,7 +66,7 @@ These platforms are built and tested for every change.


Other Platforms
^^^^^^^^^^^^^^^
---------------

These platforms have been reported to work at the versions mentioned.

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/python-support.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _python-support:

Python Support
--------------
==============

Pillow supports these Python versions.

Expand Down

0 comments on commit b2cd126

Please sign in to comment.