aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-11-05 08:22:43 +0100
committerKristian Evers <kristianevers@gmail.com>2019-11-05 08:22:43 +0100
commitc7a1791d4680a1fd69ea3a16d46fd6f6d3a9f009 (patch)
tree8029f6936c97db333161348d992d05117c9db424 /docs/source
parent34dc695402ba5d10248ea47bec3ab88ed950eccb (diff)
downloadPROJ-c7a1791d4680a1fd69ea3a16d46fd6f6d3a9f009.tar.gz
PROJ-c7a1791d4680a1fd69ea3a16d46fd6f6d3a9f009.zip
Doc: fix formatting in usage/transformation.rst
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/usage/transformation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/usage/transformation.rst b/docs/source/usage/transformation.rst
index c9c16b3e..a11992cf 100644
--- a/docs/source/usage/transformation.rst
+++ b/docs/source/usage/transformation.rst
@@ -13,7 +13,7 @@ geodetic high precision level. This chapter delves into the details of how
geodetic transformations of varying complexity can be performed.
In PROJ, two frameworks for geodetic transformations exists, the
-*PROJ 4.x/5.x :program:`cs2cs` / :c:func:`pj_transform`*
+*PROJ 4.x/5.x* / :program:`cs2cs` / :c:func:`pj_transform`
framework and the *transformation pipelines* framework. The first is the original,
and limited, framework for doing geodetic transforms in PROJ The latter is a
newer addition that aims to be a more complete transformation framework. Both are