Simplified anchors

This commit is contained in:
Andrew Murray 2024-03-07 19:24:37 +11:00
parent 6eb6b52a68
commit d2d6beaf34
3 changed files with 1 additions and 12 deletions

View File

@ -76,7 +76,7 @@ and :pypi:`olefile` for Pillow to read FPX and MIC images::
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow python3 -m pip install --upgrade Pillow
To install Pillow in MSYS2, see :ref:`Building on Windows using MSYS2/MinGW`. To install Pillow in MSYS2, see :ref:`building-from-source`.
.. tab:: FreeBSD .. tab:: FreeBSD

View File

@ -6,12 +6,6 @@
}); });
</script> </script>
.. _Building on Linux:
.. _Building on macOS:
.. _Building on Windows:
.. _Building on Windows using MSYS2/MinGW:
.. _Building on FreeBSD:
.. _Building on Android:
.. _building-from-source: .. _building-from-source:
Building From Source Building From Source

View File

@ -12,8 +12,3 @@ Pillow supports these Python versions.
.. csv-table:: Older versions .. csv-table:: Older versions
:file: older-versions.csv :file: older-versions.csv
:header-rows: 1 :header-rows: 1
.. _Linux Installation:
.. _macOS Installation:
.. _Windows Installation:
.. _FreeBSD Installation: