Skip to content

Commit bf881fa

Browse files
committed
DOC: warning -> note for wheel modification information
1 parent ca6cfa2 commit bf881fa

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ GitHub Repository: https://github.com/pyproj4/pyproj
99

1010
.. note:: Minimum supported Python version is 3.6
1111

12-
.. warning:: pyproj 3 wheels do not include transformation grids.
13-
For migration assistance see: :ref:`transformation_grids`
12+
.. note:: pyproj 3 wheels do not include transformation grids.
13+
For migration assistance see: :ref:`transformation_grids`
1414

15-
.. warning:: pyproj 3+ no longer supports manylinux1 wheels.
16-
pip>=19.0 is required to install manylinux2010 wheels.
15+
.. note:: pyproj 3+ no longer supports manylinux1 wheels.
16+
pip>=19.0 is required to install manylinux2010 wheels.
1717

1818

1919
.. toctree::

docs/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The easiest methods for installing pyproj are:
1212
1313
pip install pyproj
1414
15-
.. warning:: pyproj 3+ no longer supports manylinux1 wheels.
16-
pip>=19.0 is required to install manylinux2010 wheels.
15+
.. note:: pyproj 3+ no longer supports manylinux1 wheels.
16+
pip>=19.0 is required to install manylinux2010 wheels.
1717

18-
.. warning:: pyproj 3+ wheels do not include transformation grids.
19-
For migration assistance see: :ref:`transformation_grids`
18+
.. note:: pyproj 3+ wheels do not include transformation grids.
19+
For migration assistance see: :ref:`transformation_grids`
2020

2121

2222
- The MacOS and Linux wheels are powered by `multibuild by Matthew Brett <https://github.com/matthew-brett/multibuild>`__

docs/transformation_grids.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ More information about the data available is located under the PROJ
99
`resource files <https://proj.org/resource_files.html#transformation-grids>`__
1010
documentation.
1111

12-
`pyproj` API for managing the :ref:`data_directory` and :ref:`network`.
12+
.. note:: `pyproj` API for managing the :ref:`data_directory` and :ref:`network`.
1313

14-
.. warning:: pyproj 3 wheels do not include any transformation grids.
14+
.. note:: pyproj 3 wheels do not include any transformation grids.
1515

1616

1717
Downloading data

0 commit comments

Comments
 (0)