aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/index.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-09-04 22:32:20 +0200
committerKristian Evers <kristianevers@gmail.com>2017-09-04 22:32:20 +0200
commit5dc4fb39db01bf06945b063116c10af7661a7999 (patch)
tree0ce1c41f5d00283abb27ba199e4d2702a57e5968 /docs/source/development/index.rst
parentc58d26841a4a4459c1d7dabb04ea504853bd0634 (diff)
downloadPROJ-5dc4fb39db01bf06945b063116c10af7661a7999.tar.gz
PROJ-5dc4fb39db01bf06945b063116c10af7661a7999.zip
Added more pages to 'development' chapter. Moved old API description to section named 'deprecated'. Created a quickstart page for the development chapter. Scaffolding in place for the rest of the chapter.
Diffstat (limited to 'docs/source/development/index.rst')
-rw-r--r--docs/source/development/index.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst
index 2e6e5622..9f5c8d89 100644
--- a/docs/source/development/index.rst
+++ b/docs/source/development/index.rst
@@ -5,13 +5,16 @@ Development
================================================================================
These pages are primarily focused towards developers either contributing to the
-proj.4 project or using the library in their own software.
+PROJ.4 project or using the library in their own software.
.. toctree::
:maxdepth: 1
- api
+ quickstart
+ transformations
+ errorhandling
threads
+ reference/index
bindings