diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-02-04 23:34:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 23:34:17 +0100 |
| commit | afda50628d690bb56debbe1a4116bc32c3143943 (patch) | |
| tree | 481822cd7893b6ad782847cec1123fe79da3ba42 /docs/source/conf.py | |
| parent | c3e7876325e5d43586a7eee43db1df9468f90d65 (diff) | |
| parent | 87318283eedef680356ef272a6af39ac3140d333 (diff) | |
| download | PROJ-afda50628d690bb56debbe1a4116bc32c3143943.tar.gz PROJ-afda50628d690bb56debbe1a4116bc32c3143943.zip | |
Merge pull request #1903 from rouault/add_proj_download
Add projsync utility
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 f2fa3961..081b0a94 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -346,6 +346,13 @@ man_pages = [ ['Even Rouault'], 1 ), + ( + 'apps/projsync', + 'projsync', + u'Downloading tool of resource files', + ['Even Rouault'], + 1 + ), ] # If true, show URL addresses after external links. |
