summaryrefslogtreecommitdiff
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:45:37 -0400
commit6346d64873493f0a56879eabc566d0f6e501a0cb (patch)
tree57d10dd4fa432d81be2edcf67aee44dc0b25354b
parentc51fdda7762083fc3b97b56baa4f6b65398cec1b (diff)
[1.11.x] Made GeoIP docs headers consistent with other GIS docs.
Backport of 49017dc13a20ad88c8df2375617287ee445c5d03 from master
-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 3870556260..a7bd773e6f 100644
--- a/docs/ref/contrib/gis/geoip2.txt
+++ b/docs/ref/contrib/gis/geoip2.txt
@@ -47,8 +47,8 @@ Here is an example of its usage::
>>> g.geos('24.124.1.80').wkt
'POINT (-97 38)'
-``GeoIP`` Settings
-==================
+Settings
+========
.. setting:: GEOIP_PATH
@@ -75,7 +75,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)
@@ -110,8 +110,8 @@ Keyword Arguments Description
the :setting:`GEOIP_CITY` setting.
=================== =======================================================
-``GeoIP`` Methods
-=================
+Methods
+=======
Instantiating
-------------