diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-17 00:24:03 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-17 00:52:19 +0100 |
| commit | 4724025e6c817761052fc0dc8810fd489a9e0104 (patch) | |
| tree | 21117e52f95b8f36880efef8cd71c1fcec21242c /docs/source/development/index.rst | |
| parent | 66fd99a8831955034cb25c8468ecfe1f9d3a7d62 (diff) | |
| parent | d76e6202d27c730b4dcbf16b8c1575c11b703485 (diff) | |
| download | PROJ-4724025e6c817761052fc0dc8810fd489a9e0104.tar.gz PROJ-4724025e6c817761052fc0dc8810fd489a9e0104.zip | |
Merge branch 'master' into rfc4_merge_back_master
Diffstat (limited to 'docs/source/development/index.rst')
| -rw-r--r-- | docs/source/development/index.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst index 2bb5aa1e..85c10c6d 100644 --- a/docs/source/development/index.rst +++ b/docs/source/development/index.rst @@ -20,23 +20,27 @@ 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 <https://github.com/OSGeo/PROJ>`_. +Additionally, a collection of PROJ-compatible transformation grids +are maintained in a `separate git repository <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:: |
