diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-01-19 19:57:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-19 19:57:06 +0100 |
| commit | aba9c7747fc47bbc6f0ec6e6957449ea5090c5fc (patch) | |
| tree | 353d4991439e9791d5a0b9571a5ee3be04d84a43 /docs/source/conf.py | |
| parent | aa65cfb0735825518bf4bc5dac09f8f3442760f7 (diff) | |
| parent | a4e0ece642d989136a977dbcc80b8ceea270c93b (diff) | |
| download | PROJ-aba9c7747fc47bbc6f0ec6e6957449ea5090c5fc.tar.gz PROJ-aba9c7747fc47bbc6f0ec6e6957449ea5090c5fc.zip | |
Merge pull request #1228 from rouault/cs2cs_doc_update
Doc: update cs2cs, C API regarding area of use (fixes #1186), add doc for projinfo (fixes #1183)
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 612c7c7e..0fd8d540 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -319,6 +319,13 @@ man_pages = [ ['Thomas Knudsen'], 1 ), + ( + 'apps/projinfo', + 'projinfo', + u'Geodetic object and coordinate operation queries', + ['Even Rouault'], + 1 + ), ] # If true, show URL addresses after external links. |
