diff options
| author | PROJ deploybot <proj.bot@proj.bot> | 2022-03-22 20:00:06 +0000 |
|---|---|---|
| committer | PROJ deploybot <proj.bot@proj.bot> | 2022-03-22 20:00:06 +0000 |
| commit | a3f43744feec86272fe532124679d3a013ef9a8c (patch) | |
| tree | 27e4198db6011e3097eb7bcfe7197684aba7583a /_sources/development/index.rst.txt | |
| download | PROJ-gh-pages.tar.gz PROJ-gh-pages.zip | |
update with results of commit https://github.com/OSGeo/PROJ/commit/53c07a8bd211b7aee4bc07a9c6726005504b7181gh-pages
Diffstat (limited to '_sources/development/index.rst.txt')
| -rw-r--r-- | _sources/development/index.rst.txt | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/_sources/development/index.rst.txt b/_sources/development/index.rst.txt new file mode 100644 index 00000000..06e1d36a --- /dev/null +++ b/_sources/development/index.rst.txt @@ -0,0 +1,47 @@ +.. _development: + +================================================================================ +Development +================================================================================ + +These pages are primarily focused towards developers either contributing to the +PROJ project or using the library in their own software. + + +.. toctree:: + :maxdepth: 1 + + quickstart + transformations + errorhandling + reference/index + cmake + 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 :file:`projects.h` header and the functions related to it is considered + 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 is on longer supported in + version 6.0.0 on onwards. Use CMake instead. + +.. attention:: + + The :file:`proj_api.h` header and the functions related to it is + considered deprecated from version 5.0.0 and onwards. The header has been + removed in version 8.0.0 released March 1st 2021. + +.. attention:: + + With the introduction of PROJ 5, behavioural changes has been made to + existing functionality. Consult :ref:`differences` for the details. |
