@@ -6,8 +6,8 @@ MaxMind GeoIP2 Python API
66Description
77-----------
88
9- Currently, this distribution provides an API for the GeoIP2 web services
10- (as documented at http://dev.maxmind.com/geoip/geoip2/web-services) .
9+ Currently, this distribution provides an ` API for the GeoIP2 web services
10+ < http://dev.maxmind.com/geoip/geoip2/web-services> `_ .
1111
1212In the future, this distribution will also provide the same API for the GeoIP2
1313downloadable databases. These databases have not yet been released as a
@@ -18,7 +18,7 @@ See geoip2.webservices.Client for details on the web service client API.
1818Integration with GeoNames
1919-------------------------
2020
21- GeoNames ( http://www.geonames.org/) offers web services and downloadable
21+ ` GeoNames < http://www.geonames.org/ >`_ offers web services and downloadable
2222databases with data on geographical features around the world, including
2323populated places. They offer both free and paid premium data. Each feature is
2424unique identified by a ``geoname_id ``, which is an integer.
@@ -35,18 +35,18 @@ Reporting Data Problems
3535-----------------------
3636
3737If the problem you find is that an IP address is incorrectly mapped, please
38- submit your correction to MaxMind at http://www.maxmind.com/en/correction.
38+ ` submit your correction to MaxMind < http://www.maxmind.com/en/correction >`_ .
3939
4040If you find some other sort of mistake, like an incorrect spelling, please
41- check the GeoNames site ( http://www.geonames.org/) first. Once you've searched
42- for a place and found it on the GeoNames map view, there are a number of links
43- you can use to correct data ("move", "edit", "alternate names", etc.). Once
44- the correction is part of the GeoNames data set, it will be automatically
45- incorporated into future MaxMind releases.
41+ check the ` GeoNames site < http://www.geonames.org/ >`_ first. Once you've
42+ searched for a place and found it on the GeoNames map view, there are a
43+ number of links you can use to correct data ("move", "edit", "alternate
44+ names", etc.). Once the correction is part of the GeoNames data set, it
45+ will be automatically incorporated into future MaxMind releases.
4646
4747If you are a paying MaxMind customer and you're not sure where to submit a
48- correction, please contact MaxMind support at
49- http://www.maxmind.com/en/support for help.
48+ correction, please ` contact MaxMind support
49+ < http://www.maxmind.com/en/support> `_ for help.
5050
5151Python version support
5252----------------------
@@ -61,8 +61,9 @@ The GeoIP2 Python API uses `Semantic Versioning <http://semver.org/>`_.
6161Support
6262-------
6363
64- Please report all issues with this code using the GitHub issue tracker at
65- https://github.com/maxmind/GeoIP2-python/issues
64+ Please report all issues with this code using the ` GitHub issue tracker
65+ < https://github.com/maxmind/GeoIP2-python/issues> `_
6666
6767If you are having an issue with a MaxMind service that is not specific to the
68- client API please see http://www.maxmind.com/en/support for details.
68+ client API, please contact `MaxMind support
69+ <http://www.maxmind.com/en/support> `_ for assistance.
0 commit comments