@@ -19,16 +19,16 @@ class Country(object):
1919 This class provides the following methods, each of which returns a record
2020 object.
2121
22- :ivar continent: Returns a `` geoip2.records.Continent` ` object
22+ :ivar continent: :py:class:` geoip2.records.Continent` object
2323 representing continent data for the requested IP address.
24- :ivar country: Returns a `` geoip2.recordsCountry` ` object representing
24+ :ivar country: :py:class:` geoip2.recordsCountry` object representing
2525 country data for the requested IP address. This record represents the
2626 country where MaxMind believes the IP is located in.
27- :ivar registered_country: Returns a `` geoip2.recordsCountry` ` object
27+ :ivar registered_country: :py:class:` geoip2.recordsCountry` object
2828 representing the registered country data for the requested IP address.
2929 This record represents the country where the ISP has registered a given
3030 IP block in and may differ from the user's country.
31- :ivar traits: Returns ``a geoip2.records.Traits` ` object representing
31+ :ivar traits: :py:class:` geoip2.records.Traits` object representing
3232 the traits for the request IP address.
3333
3434 """
@@ -52,22 +52,22 @@ def __init__(self, raw_response, languages=None):
5252class City (Country ):
5353 """Model class for the GeoIP2 Precision City end point
5454
55- :ivar city: Returns a `` geoip2.records.City` ` object representing
55+ :ivar city: :py:class:` geoip2.records.City` object representing
5656 country data for the requested IP address.
57- :ivar continent: Returns a `` geoip2.records.Continent` ` object
57+ :ivar continent: :py:class:` geoip2.records.Continent` object
5858 representing continent data for the requested IP address.
59- :ivar country: Returns a `` geoip2.recordsCountry` ` object representing
59+ :ivar country: :py:class:` geoip2.recordsCountry` object representing
6060 country data for the requested IP address. This record represents the
6161 country where MaxMind believes the IP is located in.
62- :ivar location: Returns a `` geoip2.records.Location` ` object
62+ :ivar location: :py:class:` geoip2.records.Location` object
6363 representing country data for the requested IP address.
64- :ivar region: Returns a `` geoip2.records.Region` ` object representing
64+ :ivar region: :py:class:` geoip2.records.Region` object representing
6565 country data for the requested IP address.
66- :ivar registered_country: Returns a `` geoip2.recordsCountry` ` object
66+ :ivar registered_country: :py:class:` geoip2.recordsCountry` object
6767 representing the registered country data for the requested IP address.
6868 This record represents the country where the ISP has registered a given
6969 IP block in and may differ from the user's country.
70- :ivar traits: Returns ``a geoip2.records.Traits` ` object representing
70+ :ivar traits: :py:class:` geoip2.records.Traits` object representing
7171 the traits for the request IP address.
7272
7373"""
@@ -85,22 +85,22 @@ def __init__(self, raw_response, languages=None):
8585class CityISPOrg (City ):
8686 """Model class for the GeoIP2 Precision City/ISP/Org end point
8787
88- :ivar city: Returns a `` geoip2.records.City` ` object representing
88+ :ivar city: :py:class:` geoip2.records.City` object representing
8989 country data for the requested IP address.
90- :ivar continent: Returns a `` geoip2.records.Continent` ` object
90+ :ivar continent: :py:class:` geoip2.records.Continent` object
9191 representing continent data for the requested IP address.
92- :ivar country: Returns a `` geoip2.recordsCountry` ` object representing
92+ :ivar country: :py:class:` geoip2.recordsCountry` object representing
9393 country data for the requested IP address. This record represents the
9494 country where MaxMind believes the IP is located in.
95- :ivar location: Returns a `` geoip2.records.Location` ` object
95+ :ivar location: :py:class:` geoip2.records.Location` object
9696 representing country data for the requested IP address.
97- :ivar region: Returns a `` geoip2.records.Region` ` object representing
97+ :ivar region: :py:class:` geoip2.records.Region` object representing
9898 country data for the requested IP address.
99- :ivar registered_country: Returns a `` geoip2.recordsCountry` ` object
99+ :ivar registered_country: :py:class` geoip2.recordsCountry` object
100100 representing the registered country data for the requested IP address.
101101 This record represents the country where the ISP has registered a given
102102 IP block in and may differ from the user's country.
103- :ivar traits: Returns ``a geoip2.records.Traits` ` object representing
103+ :ivar traits: :py:class:` geoip2.records.Traits` object representing
104104 the traits for the request IP address.
105105
106106 """
@@ -109,22 +109,22 @@ class CityISPOrg(City):
109109class Omni (CityISPOrg ):
110110 """Model class for the GeoIP2 Precision Omni end point
111111
112- :ivar city: Returns a `` geoip2.records.City` ` object representing
112+ :ivar city: :py:class:` geoip2.records.City` object representing
113113 country data for the requested IP address.
114- :ivar continent: Returns a `` geoip2.records.Continent` ` object
114+ :ivar continent: :py:class:` geoip2.records.Continent` object
115115 representing continent data for the requested IP address.
116- :ivar country: Returns a `` geoip2.recordsCountry` ` object representing
116+ :ivar country: :py:class:` geoip2.recordsCountry` object representing
117117 country data for the requested IP address. This record represents the
118118 country where MaxMind believes the IP is located in.
119- :ivar location: Returns a `` geoip2.records.Location` ` object
119+ :ivar location: :py:class:` geoip2.records.Location` object
120120 representing country data for the requested IP address.
121- :ivar region: Returns a `` geoip2.records.Region` ` object representing
121+ :ivar region: :py:class:` geoip2.records.Region` object representing
122122 country data for the requested IP address.
123- :ivar registered_country: Returns a `` geoip2.recordsCountry` ` object
123+ :ivar registered_country: :py:class:` geoip2.recordsCountry` object
124124 representing the registered country data for the requested IP address.
125125 This record represents the country where the ISP has registered a given
126126 IP block in and may differ from the user's country.
127- :ivar traits: Returns ``a geoip2.records.Traits` ` object representing
127+ :ivar traits: :py:class:` geoip2.records.Traits` object representing
128128 the traits for the request IP address.
129129
130130 """
0 commit comments