aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-01-14 11:00:33 +0100
committerKristian Evers <kristianevers@gmail.com>2020-01-14 11:00:33 +0100
commitdae3c4b3b37ac8af71cd2dbd17443526cfca6222 (patch)
tree8b28d10f3411dce0c3c33c074f1d214466d1ed2d /docs
parente9605e41c87e532e7cc182c971e068de015adf2d (diff)
downloadPROJ-dae3c4b3b37ac8af71cd2dbd17443526cfca6222.tar.gz
PROJ-dae3c4b3b37ac8af71cd2dbd17443526cfca6222.zip
Doc: Update index of development section
Adds links to git repositories and adjusts deprecation warnings to reflect that PROJ 6 has been released.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/development/index.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst
index 2bb5aa1e..f8785e5f 100644
--- a/docs/source/development/index.rst
+++ b/docs/source/development/index.rst
@@ -20,23 +20,28 @@ PROJ project or using the library in their own software.
bindings
migration
+The source code for PROJ is maintained in a git repository on GitHub.
+Find it `here <https://github.com/OSGeo/PROJ>`_. Additionally, a
+collection of PROJ-compatible transformation grids are maintained in
+a separate git repository. Find it
+`here <https://github.com/OSGeo/proj-datumgrid>`_.
.. 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.
+ deprecated from version 5.0.0 and onwards. The header has been removed
+ PROJ in version 6.0.0 released February 1st 2019.
.. attention::
- The nmake build system on Windows will not be supported from
+ The nmake build system on Windows is on longer supported in
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
+ removed from PROJ in version 7.0.0 scheduled for release March 1st
2020.
.. attention::