Updated various links in docs

This commit is contained in:
Claude Paroz 2015-08-08 13:56:37 +02:00
parent a3830f6d66
commit e9c5c39631
20 changed files with 84 additions and 88 deletions

View file

@ -263,4 +263,4 @@ the GDAL library. For example::
It is easier to install the shifting files now, then to have debug a
problem caused by their absence later.
.. [#] Specifically, GeoDjango provides support for the `OGR
<http://gdal.org/ogr>`_ library, a component of GDAL.
<http://gdal.org/ogr_arch.html>`_ library, a component of GDAL.

View file

@ -234,15 +234,12 @@ Foundation, however, this is not required.
Python
^^^^^^
Although OS X comes with Python installed, users can use framework
installers (`2.7`__, `3.2`__ and `3.3`__ are available) provided by
the Python Software Foundation. An advantage to using the installer is
that OS X's Python will remain "pristine" for internal operating system
use.
Although OS X comes with Python installed, users can use `framework
installers`__ provided by the Python Software Foundation. An advantage to
using the installer is that OS X's Python will remain "pristine" for internal
operating system use.
__ https://python.org/ftp/python/2.7.5/
__ https://python.org/ftp/python/3.2.5/
__ https://python.org/ftp/python/3.3.2/
__ https://www.python.org/ftp/python/
.. note::