diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-03-04 22:40:44 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-03-06 15:12:59 +0100 |
| commit | 76033f2d8b91518301a8421feb0be74fe374b53d (patch) | |
| tree | 401ca074b1b3cb96c76c5e7f6cbaa766f15a7009 /docs/source | |
| parent | 06355fc4d1fc2f6af730afb733361f364e5bf207 (diff) | |
| download | PROJ-76033f2d8b91518301a8421feb0be74fe374b53d.tar.gz PROJ-76033f2d8b91518301a8421feb0be74fe374b53d.zip | |
Improve formatting of program references on apps index
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/index.rst | 15 |
1 files changed, 8 insertions, 7 deletions
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 |
