parts/django/docs/ref/contrib/gis/index.txt
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 .. _ref-contrib-gis:
       
     2 
       
     3 =========
       
     4 GeoDjango
       
     5 =========
       
     6 
       
     7 .. versionadded:: 1.0
       
     8 
       
     9 .. module:: django.contrib.gis
       
    10    :synopsis: Geographic Information System (GIS) extensions for Django
       
    11 
       
    12 GeoDjango intends to be a world-class geographic Web framework. Its goal is to
       
    13 make it as easy as possible to build GIS Web applications and harness the power
       
    14 of spatially enabled data.
       
    15 
       
    16 .. toctree::
       
    17    :maxdepth: 2
       
    18 
       
    19    tutorial
       
    20    install
       
    21    model-api
       
    22    db-api
       
    23    geoquerysets
       
    24    measure
       
    25    geos
       
    26    gdal
       
    27    utils
       
    28    commands
       
    29    admin
       
    30    feeds
       
    31    sitemaps
       
    32    testing
       
    33    deployment