浏览代码

Made GeoIP docs headers consistent with other GIS docs.

Nick Pope 7 年之前
父节点
当前提交
49017dc13a
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      docs/ref/contrib/gis/geoip2.txt

+ 5 - 5
docs/ref/contrib/gis/geoip2.txt

@@ -48,8 +48,8 @@ Here is an example of its usage::
     >>> g.geos('24.124.1.80').wkt
     >>> g.geos('24.124.1.80').wkt
     'POINT (-97 38)'
     'POINT (-97 38)'
 
 
-``GeoIP`` Settings
-==================
+Settings
+========
 
 
 .. setting:: GEOIP_PATH
 .. setting:: GEOIP_PATH
 
 
@@ -76,7 +76,7 @@ The basename to use for the GeoIP country data file. Defaults to
 The basename to use for the GeoIP city data file. Defaults to
 The basename to use for the GeoIP city data file. Defaults to
 ``'GeoLite2-City.mmdb'``.
 ``'GeoLite2-City.mmdb'``.
 
 
-``GeoIP`` API
+API Reference
 =============
 =============
 
 
 .. class:: GeoIP2(path=None, cache=0, country=None, city=None)
 .. class:: GeoIP2(path=None, cache=0, country=None, city=None)
@@ -111,8 +111,8 @@ Keyword Arguments    Description
                      the :setting:`GEOIP_CITY` setting.
                      the :setting:`GEOIP_CITY` setting.
 ===================  =======================================================
 ===================  =======================================================
 
 
-``GeoIP`` Methods
-=================
+Methods
+=======
 
 
 Instantiating
 Instantiating
 -------------
 -------------