We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74862e commit 443a9fdCopy full SHA for 443a9fd
README.rst
@@ -1,5 +1,6 @@
1
-Python-intercom is a Python wrapper for the Intercom API[1].
2
-Detailed documentation[2] is available on http://readthedocs.org.
+Python-intercom is a Python wrapper for the `Intercom API <https://api.intercom.io/docs>`_.
+
3
+Detailed `documentation <http://readthedocs.org/docs/python-intercom/>`_ is available on `http://readthedocs.org <http://readthedocs.org>`_.
4
5
Typical usage:
6
@@ -12,6 +13,3 @@ Typical usage:
12
13
from intercom import User
14
for user in User.all():
15
print user.email
-
16
-[1] http://docs.intercom.io/api
17
-[2] http://readthedocs.org/docs/python-intercom/
0 commit comments