From 50cef4d3d3b59c557295f042011ca08764cdbc2e Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 27 Jun 2018 14:33:12 +0200 Subject: Move API warnings to development page in docs --- docs/source/development/index.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'docs/source/development') 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. -- cgit v1.2.3