Skip to content

Commit 97bead5

Browse files
committed
Remove Sphinx directives from readme
1 parent 2738699 commit 97bead5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ reader dependencies by typing:
5252
$ pip install geoip2[DB]
5353
5454
If you are not able to use pip, you may also use easy_install. To do this, you
55-
must first install `maxminddb<maxminddb.readthedocs.org>`_ and
56-
`requests<http://www.python-requests.org/en/latest/>`_. Once these
55+
must first install `maxminddb <http://maxminddb.readthedocs.org/>`_ and
56+
`requests <http://www.python-requests.org/en/latest/>`_. Once these
5757
dependencies have been satisfied, `cd` to the source directory and type:
5858

5959
.. code-block:: bash
@@ -68,7 +68,7 @@ To use this API, you first create either a web service object with your
6868
MaxMind ``user_id`` and ``license_key`` or a database reader object with the
6969
path to your database file. After doing this, you may call the method
7070
corresponding to request type (e.g., ``city`` or ``country``), passing it the
71-
IP address you wantto look up.
71+
IP address you want to look up.
7272

7373
If the request succeeds, the method call will return a model class for the
7474
end point you called. This model in turn contains multiple record classes,
@@ -193,8 +193,8 @@ always have every piece of data for any given IP address.
193193
Because of these factors, it is possible for any request to return a record
194194
where some or all of the attributes are unpopulated.
195195

196-
The only piece of data which is always returned is the :py:attr:`ip_address`
197-
attribute in the :py:class:`geoip2.records.Traits` record.
196+
The only piece of data which is always returned is the `ip_address` attribute
197+
in the `geoip2.records.Traits` record.
198198

199199
Integration with GeoNames
200200
-------------------------

0 commit comments

Comments
 (0)