diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-01-19 14:48:02 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-01-19 18:19:30 +0100 |
| commit | a4e0ece642d989136a977dbcc80b8ceea270c93b (patch) | |
| tree | 353d4991439e9791d5a0b9571a5ee3be04d84a43 /docs/source/conf.py | |
| parent | 96a03878de5bab1628475ba1ac1f2bfa572479c6 (diff) | |
| download | PROJ-a4e0ece642d989136a977dbcc80b8ceea270c93b.tar.gz PROJ-a4e0ece642d989136a977dbcc80b8ceea270c93b.zip | |
Doc: 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. |
