diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2016-09-22 21:28:00 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2016-09-22 21:28:00 +0200 |
| commit | c9fcae70f50b8a2b83fa4f4656272f1cd90d88dd (patch) | |
| tree | 18074cd9c9fb8955ca8b9bef589759723e9be7c1 /docs/source/development/index.rst | |
| parent | 1df9429b3ef8fd5af34c9e59d1978fbca0ae3bcb (diff) | |
| download | PROJ-c9fcae70f50b8a2b83fa4f4656272f1cd90d88dd.tar.gz PROJ-c9fcae70f50b8a2b83fa4f4656272f1cd90d88dd.zip | |
Created 'Development' section in docs.
Diffstat (limited to 'docs/source/development/index.rst')
| -rw-r--r-- | docs/source/development/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst new file mode 100644 index 00000000..2e6e5622 --- /dev/null +++ b/docs/source/development/index.rst @@ -0,0 +1,17 @@ +.. _development: + +================================================================================ +Development +================================================================================ + +These pages are primarily focused towards developers either contributing to the +proj.4 project or using the library in their own software. + + +.. toctree:: + :maxdepth: 1 + + api + threads + bindings + |
