diff options
| author | Howard Butler <howard@hobu.co> | 2016-03-03 09:55:26 -0600 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2016-03-03 09:55:26 -0600 |
| commit | 6ac1f5088c537173bc8d5c66d96570a1d13c0255 (patch) | |
| tree | 7845f93bb6afde433166a8def59f3bea1cabfc81 /docs/source | |
| parent | a31d6084a4e3c33a648b884df43f1edcd5191deb (diff) | |
| download | PROJ-6ac1f5088c537173bc8d5c66d96570a1d13c0255.tar.gz PROJ-6ac1f5088c537173bc8d5c66d96570a1d13c0255.zip | |
Build and deploy proj4.org website with every commit to the
master branch. proj4.org uses the Sphinx documentation stack, and
it is located in the ./docs directory.
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 |
