Commit 379431ef authored by Tim Graham's avatar Tim Graham
Browse files

Updated GIS docs to use doc links.

parent 14a3b609
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
.. _ref-gis-admin:

======================
GeoDjango's admin site
======================
@@ -7,7 +5,6 @@ GeoDjango's admin site
.. module:: django.contrib.gis.admin
   :synopsis: GeoDjango's extensions to the admin site.


``GeoModelAdmin``
=================

+0 −2
Original line number Diff line number Diff line
.. ref-geodjango-admin:

=============================
GeoDjango Management Commands
=============================
+2 −4
Original line number Diff line number Diff line
.. _ref-gis-db-api:

======================
GeoDjango Database API
======================
@@ -100,7 +98,7 @@ GeoDjango are only available on geometry fields.
Filters on 'normal' fields (e.g. :class:`~django.db.models.CharField`)
may be chained with those on geographic fields.  Thus, geographic queries
take the following general form (assuming  the ``Zipcode`` model used in the
:ref:`ref-gis-model-api`)::
:doc:`model-api`)::

    >>> qs = Zipcode.objects.filter(<field>__<lookup_type>=<parameter>)
    >>> qs = Zipcode.objects.exclude(...)
@@ -135,7 +133,7 @@ Distance calculations with spatial data is tricky because, unfortunately,
the Earth is not flat.  Some distance queries with fields in a geographic
coordinate system may have to be expressed differently because of
limitations in PostGIS.  Please see the :ref:`selecting-an-srid` section
in the :ref:`ref-gis-model-api` documentation for more details.
in the :doc:`model-api` documentation for more details.

.. _distance-lookups-intro:

+0 −2
Original line number Diff line number Diff line
.. _ref-gis-forms-api:

===================
GeoDjango Forms API
===================
+0 −2
Original line number Diff line number Diff line
.. _ref-gdal:

========
GDAL API
========
Loading