aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-06-27 14:33:12 +0200
committerKristian Evers <kristianevers@gmail.com>2018-06-27 14:33:12 +0200
commit50cef4d3d3b59c557295f042011ca08764cdbc2e (patch)
tree6e613b3deb0e3cbd10f9d0942313b5561e09677c
parent1968d714a76cbe15abf99d2d2ee601679e0c2a08 (diff)
downloadPROJ-50cef4d3d3b59c557295f042011ca08764cdbc2e.tar.gz
PROJ-50cef4d3d3b59c557295f042011ca08764cdbc2e.zip
Move API warnings to development page in docs
-rw-r--r--docs/source/development/index.rst24
-rw-r--r--docs/source/index.rst23
2 files changed, 24 insertions, 23 deletions
diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst
index 3f8a7bf6..2bb5aa1e 100644
--- a/docs/source/development/index.rst
+++ b/docs/source/development/index.rst
@@ -19,3 +19,27 @@ PROJ project or using the library in their own software.
cmake
bindings
migration
+
+
+.. attention::
+
+ The ``projects.h`` header and the functions related to it is considered
+ deprecated from version 5.0.0 and onwards. The header will be removed
+ from PROJ in version 6.0.0 scheduled for release February 1st 2019.
+
+.. attention::
+
+ The nmake build system on Windows will not be supported from
+ version 6.0.0 on onwards. Use CMake instead.
+
+.. attention::
+
+ The ``proj_api.h`` header and the functions related to it is
+ considered deprecated from version 5.0.0 and onwards. The header will be
+ removed from PROJ in version 7.0.0 scheduled for release February 1st
+ 2020.
+
+.. attention::
+
+ With the introduction of PROJ 5, behavioural changes has been made to
+ existing functionality. Consult :ref:`differences` for the details.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 36f0e68d..3e829274 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -28,26 +28,3 @@ PROJ
and latitude coordinates into cartesian coordinates (and vice versa), and it is
a C API for software developers to include coordinate transformation in their
own software. PROJ is maintained on `GitHub <https://github.com/OSGeo/proj.4/>`_.
-
- .. attention::
-
- The ``projects.h`` header and the functions related to it is considered
- deprecated from version 5.0.0 and onwards. The header will be removed
- from PROJ in version 6.0.0 scheduled for release February 1st 2019.
-
- .. attention::
-
- The nmake build system on Windows will not be supported from
- version 6.0.0 on onwards. Use CMake instead.
-
- .. attention::
-
- The ``proj_api.h`` header and the functions related to it is
- considered deprecated from version 5.0.0 and onwards. The header will be
- removed from PROJ in version 7.0.0 scheduled for release February 1st
- 2020.
-
- .. attention::
-
- With the introduction of PROJ 5, behavioural changes has been made to
- existing functionality. Consult :ref:`differences` for the details.