aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-09-03 18:30:02 +0200
committerKristian Evers <kristianevers@gmail.com>2017-09-03 18:30:02 +0200
commitc0aaf4c5f489b43ce5a9d0a3cc325e853d04585a (patch)
treed42327dd41cfdd7474b00b3d8e2b7a97a2a8a8d7 /docs/source/development
parent1ba5cf61d3daf24103b16915f51582b8dcb3635a (diff)
downloadPROJ-c0aaf4c5f489b43ce5a9d0a3cc325e853d04585a.tar.gz
PROJ-c0aaf4c5f489b43ce5a9d0a3cc325e853d04585a.zip
Use same spelling of PROJ.4 across all doc pages.
Diffstat (limited to 'docs/source/development')
-rw-r--r--docs/source/development/bindings.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/source/development/bindings.rst b/docs/source/development/bindings.rst
index a1c2a9e0..80babcb2 100644
--- a/docs/source/development/bindings.rst
+++ b/docs/source/development/bindings.rst
@@ -4,37 +4,37 @@
Language bindings
********************************************************************************
-Proj.4 bindings are available for a number of different development platforms.
+PROJ.4 bindings are available for a number of different development platforms.
Python
======
`pyproj <http://pypi.python.org/pypi/pyproj>`_:
-Python interface (wrapper for proj.4)
+Python interface (wrapper for PROJ.4)
Ruby
=======
`proj4rb <http://proj4rb.rubyforge.org>`_:
-Bindings for proj.4 in ruby
+Bindings for PROJ.4 in ruby
TCL
========
`proj4tcl <http://wiki.tcl.tk/41270>`_:
-Bindings for proj.4 in tcl (critcl source)
+Bindings for PROJ.4 in tcl (critcl source)
MySQL
=====
`fProj4 <http://sourceforge.net/projects/mysqlscientific/files/fPROJ4/>`_:
-Bindings for proj.4 in MySQL
+Bindings for PROJ.4 in MySQL
Excel
========
`proj.xll <https://github.com/jbuonagurio/proj.xll>`_:
-Excel add-in for proj.4 map projections
+Excel add-in for PROJ.4 map projections
Visual Basic
==================