diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-03-17 09:06:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-17 09:06:56 +0100 |
| commit | b91db13e6175b0444f6f48d462d1b45f1841983a (patch) | |
| tree | 4653196c4ee423db0fc5bd3b3c530c9d5d4f5c69 /docs/source/apps | |
| parent | bf609ea9ae605d3cf3ce76307f92712b75f01e47 (diff) | |
| parent | de5181ffaf298cbee11e0164a2fbf1ead220d9a1 (diff) | |
| download | PROJ-b91db13e6175b0444f6f48d462d1b45f1841983a.tar.gz PROJ-b91db13e6175b0444f6f48d462d1b45f1841983a.zip | |
Merge pull request #1309 from kbevers/update-docs
Doc updates, most notably rewrite of FAQ
Diffstat (limited to 'docs/source/apps')
| -rw-r--r-- | docs/source/apps/gie.rst | 4 | ||||
| -rw-r--r-- | docs/source/apps/index.rst | 15 |
2 files changed, 10 insertions, 9 deletions
diff --git a/docs/source/apps/gie.rst b/docs/source/apps/gie.rst index 8cbd2336..bab0ec69 100644 --- a/docs/source/apps/gie.rst +++ b/docs/source/apps/gie.rst @@ -172,7 +172,7 @@ gie command language proj=urm5 n=0.5 inv expect failure pjd_err_malformed_pipeline - See ``gie -l`` for a list of error codes that can be expected. + See :option:`gie --list<--list>` for a list of error codes that can be expected. .. option:: tolerance <tolerance> @@ -273,7 +273,7 @@ gie command language expect 173 -45 - See ``gie -l`` for a list of error codes that can be ignored. + See :option:`gie --list<--list>` for a list of error codes that can be ignored. .. option:: require_grid <grid_name> diff --git a/docs/source/apps/index.rst b/docs/source/apps/index.rst index 8c2c8222..381b8933 100644 --- a/docs/source/apps/index.rst +++ b/docs/source/apps/index.rst @@ -4,15 +4,16 @@ Applications ================================================================================ -Bundled with PROJ comes a set of small command line utilities. The ``proj`` +Bundled with PROJ comes a set of small command line utilities. The :program:`proj` program is limited to converting between geographic and projection coordinates -within one datum. The ``cs2cs`` program operates similarly, but allows +within one datum. The :program:`cs2cs` program operates similarly, but allows translation between any pair of definable coordinate systems, including support -for datum transformation. The ``geod`` program provides the ability to do -geodesic (great circle) computations. ``gie`` is the program used for -regression tests in PROJ. ``cct`` a 4D equivalent to the ``proj`` program, -performs transformation coordinate systems on a set of input points. -``projinfo`` performs queries for geodetic objects and coordinate operations. +for datum transformation. The :program:`geod` program provides the ability to do +geodesic (great circle) computations. :program:`gie` is the program used for +regression tests in PROJ. :program:`cct`, a 4D equivalent to the :program:`proj` +program, performs transformation coordinate systems on a set of input points. +:program:`projinfo` performs queries for geodetic objects and coordinate +operations. .. toctree:: :maxdepth: 1 |
