aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-03-29 18:27:44 +0200
committerKristian Evers <kristianevers@gmail.com>2018-03-29 18:27:44 +0200
commitc09729173c4bf03b294149bf5072e5bb962fe0ab (patch)
tree89da8d0777deb93bf192ada5f4aa0c1259d5ea6c /docs/source
parent1d49445fc9df68670d2c12cdfbd695f7ce8af885 (diff)
downloadPROJ-c09729173c4bf03b294149bf5072e5bb962fe0ab.tar.gz
PROJ-c09729173c4bf03b294149bf5072e5bb962fe0ab.zip
Fix a few formatting errors
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/apps/gie.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/source/apps/gie.rst b/docs/source/apps/gie.rst
index 41664660..eee0e22d 100644
--- a/docs/source/apps/gie.rst
+++ b/docs/source/apps/gie.rst
@@ -212,9 +212,11 @@ gie command language
Example:
- operation proj=merc
- accept 12 55
- roundtrip 10000 5 mm
+ .. code-block:: console
+
+ operation proj=merc
+ accept 12 55
+ roundtrip 10000 5 mm
.. option:: direction <direction>
@@ -278,9 +280,9 @@ to use*, for a programmer, than the :c:func:`sin()`'s, :c:func:`tan()`'s and
Gerald's ingenuity also showed in the implementation of the vision, where
he devised a comprehensive, yet simple, system of key-value pairs for
-parameterising a map projection, and the highly flexible PJ struct, storing
-run-time compiled versions of those key-value pairs, hence mak- ing a map
-projection function call, pj_fwd(PJ, point), as easy as a traditional function
+parameterising a map projection, and the highly flexible :c:type:`PJ` struct, storing
+run-time compiled versions of those key-value pairs, hence making a map
+projection function call, ``pj_fwd(PJ, point)``, as easy as a traditional function
call like ``hypot(x,y)``.
While today, we may have more formally well defined metadata systems (most