summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2017-08-23 11:11:49 +0100
committerTim Graham <timograham@gmail.com>2017-09-01 09:44:41 -0400
commit49017dc13a20ad88c8df2375617287ee445c5d03 (patch)
tree59d1391ddfd56a47db470abc38152e789543e781 /docs
parent907580557053085578d8de0e1b7309e0e0ed8755 (diff)
Made GeoIP docs headers consistent with other GIS docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/geoip2.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt
index c533cf6e47..83b2fb32c0 100644
--- a/docs/ref/contrib/gis/geoip2.txt
+++ b/docs/ref/contrib/gis/geoip2.txt
@@ -48,8 +48,8 @@ Here is an example of its usage::
>>> g.geos('24.124.1.80').wkt
'POINT (-97 38)'
-``GeoIP`` Settings
-==================
+Settings
+========
.. 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
``'GeoLite2-City.mmdb'``.
-``GeoIP`` API
+API Reference
=============
.. class:: GeoIP2(path=None, cache=0, country=None, city=None)
@@ -111,8 +111,8 @@ Keyword Arguments Description
the :setting:`GEOIP_CITY` setting.
=================== =======================================================
-``GeoIP`` Methods
-=================
+Methods
+=======
Instantiating
-------------