File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
107107Second, 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
115118A quick tour, with definitions
@@ -195,4 +198,3 @@ Indices and tables
195198* :ref: `genindex `
196199* :ref: `modindex `
197200* :ref: `search `
198-
You can’t perform that action at this time.
0 commit comments