diff --git a/docs/source/topic/using_with_existing_modules.rst b/docs/source/topic/using_with_existing_modules.rst index 5c0014e..8b1881b 100644 --- a/docs/source/topic/using_with_existing_modules.rst +++ b/docs/source/topic/using_with_existing_modules.rst @@ -89,12 +89,9 @@ Then, create a RQ queue: result = q.enqueue( count_words_at_url, 'http://nvie.com') -For a more complete example, refer to the docs. But this is the essence. -The worker +For a more complete example, refer to the `RQ docs `_. To start executing enqueued function calls in the background, start a worker from your project's directory: -To start executing enqueued function calls in the background, start a worker from your project's directory: - -.. code-block:: +.. code-block:: none $ rqworker *** Listening for work on default