aboutsummaryrefslogtreecommitdiff
path: root/docs/source/index.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-08-28 08:07:48 +0200
committerKristian Evers <kristianevers@gmail.com>2017-08-31 23:46:25 +0200
commit7ea472f54849f3230d5865884ef75c4edcda3fa8 (patch)
tree457c5c79cb490e10f9cb357a216700db38588113 /docs/source/index.rst
parente044eb01eefb29187379c694f5d51d91360d3143 (diff)
downloadPROJ-7ea472f54849f3230d5865884ef75c4edcda3fa8.tar.gz
PROJ-7ea472f54849f3230d5865884ef75c4edcda3fa8.zip
Major restructure and rewrite of docs.
A section on "Using PROJ.4" has been introduced giving a introduction on how to use PROJ.4. The Parameters section has been removed and the content reworked into other sections. Additionally the order of chapters has been changed to provide a more complete and readable experience for users of the documentation.
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r--docs/source/index.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index b6f15cae..21d70947 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -1,13 +1,13 @@
.. _home:
******************************************************************************
-proj.4
+PROJ.4
******************************************************************************
-proj.4 is a standard UNIX filter function which converts geographic longitude
+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. proj.4 is maintained on `GitHub <http://github.com/OSGeo/proj.4/>`_.
+own software. PROJ.4 is maintained on `GitHub <http://github.com/OSGeo/proj.4/>`_.
============= ================================================================
@@ -34,15 +34,14 @@ Documentation
.. toctree::
:maxdepth: 1
- download
- faq
- apps/index
+ usage/index
projections/index
- parameters
geodesic
grids
htpd
development/index
+ faq
+ download
glossary
license
references