Skip to content

Commit 81a5d1a

Browse files
committed
less ego-stroking to the original authors of treq and requests,
so we don't underrepresent the effort of the current maintainership also link them
1 parent 8d86762 commit 81a5d1a

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

docs/source/index.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,14 @@ function - you just call ``get_user_name`` and assert that it returns a
105105
``ReadLine`` object with the correct 'prompt' value.
106106

107107
Second, you can implement ``ReadLine`` in a number of different ways - it's
108-
possible to override the way an intent is performed to do whatever you want.
109-
For example, you could implement an HTTPRequest client either using the popular
110-
``requests`` package by Kenneth Reitz, or using the Twisted-based ``treq``
111-
package from David Reid -- without needing to change any of your application
112-
code, since it's all in terms of the Effect API.
108+
possible to override the way an intent is performed to do whatever you want. For
109+
example, you could implement an HTTPRequest client either using the popular
110+
`requests`_ package, or using the Twisted-based `treq`_ package -- without
111+
needing to change any of your application code, since it's all in terms of the
112+
Effect API.
113+
114+
.. _`requests`: https://pypi.python.org/pypi/requests
115+
.. _`treq`: https://pypi.python.org/pypi/treq
113116

114117

115118
A quick tour, with definitions
@@ -195,4 +198,3 @@ Indices and tables
195198
* :ref:`genindex`
196199
* :ref:`modindex`
197200
* :ref:`search`
198-

0 commit comments

Comments
 (0)