Unverified Commit 4e24f822 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #333 from hugovk/patch-1

MRG: Fix link markup

Markup was Markdown, not ReST.
parents fc78b98f 7e632064
...@@ -87,11 +87,10 @@ Build phase ...@@ -87,11 +87,10 @@ Build phase
Specify the Manylinux version to build for with the ``MB_ML_VER`` environment Specify the Manylinux version to build for with the ``MB_ML_VER`` environment
variable. The default version is ``1``. Versions that are currently valid are: variable. The default version is ``1``. Versions that are currently valid are:
* ``1`` corresponding to manylinux1 (see [PEP 513](https://www.python.org/dev/peps/pep-0513); * ``1`` corresponding to manylinux1 (see `PEP 513 <https://www.python.org/dev/peps/pep-0513>`_).
* ``2010`` corresponding to manylinux2010 (see [PEP * ``2010`` corresponding to manylinux2010 (see `PEP 571 <https://www.python.org/dev/peps/pep-0571>`_).
571](https://www.python.org/dev/peps/pep-0571).
* ``2014`` corresponding to manylinux2014 and adds more architectures to ``PLAT`` * ``2014`` corresponding to manylinux2014 and adds more architectures to ``PLAT``
(see [PEP 599](https://www.python.org/dev/peps/pep-0599). (see `PEP 599 <https://www.python.org/dev/peps/pep-0599>`_).
The environment variable specified which Manylinux docker container you are building in. The environment variable specified which Manylinux docker container you are building in.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment