diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-01-17 16:29:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-17 16:29:38 +0100 |
| commit | db2950e56ea26a0949b71378d73559a16fc40f26 (patch) | |
| tree | 079ed0f7d5b2a4139a13f2189569b326b3a22bf5 /docs/source/development | |
| parent | 1e7f6c68bfb54727b855533ad00ed335b092f56a (diff) | |
| parent | f0bff3680a17d11eb835786a13c444823847ad17 (diff) | |
| download | PROJ-db2950e56ea26a0949b71378d73559a16fc40f26.tar.gz PROJ-db2950e56ea26a0949b71378d73559a16fc40f26.zip | |
Merge pull request #2505 from visr/typos
fix a few typos in the docs
Diffstat (limited to 'docs/source/development')
| -rw-r--r-- | docs/source/development/bindings.rst | 4 | ||||
| -rw-r--r-- | docs/source/development/reference/datatypes.rst | 2 | ||||
| -rw-r--r-- | docs/source/development/reference/functions.rst | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/development/bindings.rst b/docs/source/development/bindings.rst index 26becb92..c2d13077 100644 --- a/docs/source/development/bindings.rst +++ b/docs/source/development/bindings.rst @@ -30,8 +30,8 @@ Go bindings and idiomatic wrapper for PROJ Julia ===== -`Proj4.jl <https://github.com/JuliaGeo/Proj4.jl>`_" -Low-level bindings and a Julian API over PROJ. +`Proj4.jl <https://github.com/JuliaGeo/Proj4.jl>`_: +Julia bindings and idiomatic wrapper for PROJ. TCL ======== diff --git a/docs/source/development/reference/datatypes.rst b/docs/source/development/reference/datatypes.rst index ed219daf..cb90e8db 100644 --- a/docs/source/development/reference/datatypes.rst +++ b/docs/source/development/reference/datatypes.rst @@ -824,7 +824,7 @@ Errors in class PROJ_ERR_INVALID_OP .. c:macro:: PROJ_ERR_INVALID_OP - Class of error codes typically related to coordinate operation initalization, + Class of error codes typically related to coordinate operation initialization, typically when creating a PJ* object from a PROJ string. .. note:: some of them can also be emitted during coordinate transformation, diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst index 34fe59ed..d06179f3 100644 --- a/docs/source/development/reference/functions.rst +++ b/docs/source/development/reference/functions.rst @@ -180,7 +180,7 @@ paragraph for more details. coordinate reference systems. This is the same as :c:func:`proj_create_crs_to_crs` except that the source and - target CRS are passed as PJ* objects which must of the CRS variety. + target CRS are passed as PJ* objects which must be of the CRS variety. :param `options`: a list of NUL terminated options, or NULL. @@ -285,7 +285,7 @@ Coordinate transformation 3. of length one, i.e. a constant, which will be treated as a fully populated array of that constant value - .. note:: Even though he coordinate components are named :c:data:`x`, :c:data:`y`, + .. note:: Even though the coordinate components are named :c:data:`x`, :c:data:`y`, :c:data:`z` and :c:data:`t`, axis ordering of the to and from CRS is respected. Transformations exhibit the same behavior as if they were gathered in a :c:type:`PJ_COORD` struct. |
