Skip to content

Commit

Permalink
Fix a few formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Mar 29, 2018
1 parent 1d49445 commit c097291
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/source/apps/gie.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c097291

Please sign in to comment.