diff options
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 4 | ||||
| -rw-r--r-- | docs/source/faq.rst | 5 | ||||
| -rw-r--r-- | docs/source/index.rst | 5 |
3 files changed, 12 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 5f6f3125..c7277947 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = u'proj.4' -copyright = u'1992-2016, Gerald Evenden, Frank Warmerdam, and others' +copyright = u'1986?-2016' author = u'Gerald Evenden' # The version info for the project you're documenting, acts as replacement for @@ -214,7 +214,7 @@ html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' +html_last_updated_fmt = '%d %b %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. diff --git a/docs/source/faq.rst b/docs/source/faq.rst index a289494c..929386df 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -4,6 +4,11 @@ FAQ ****************************************************************************** +.. contents:: Contents + :depth: 3 + :backlinks: none + + Where can I find the list of projections and their arguments? -------------------------------------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 86dda51f..1e9e3509 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -4,6 +4,11 @@ proj.4 ****************************************************************************** +proj.4 is a standard Unix filter function which converts geographic longitude +and latitude coordinates into cartesian coordinates (and vice versa), and it is +a C API for software developers to include coordinate transformation in their +own software. + ============= ================================================================ Platform Test Status and Coverage |
