From 9c6adb3f619f79349941a2ffd63d3c55ec299467 Mon Sep 17 00:00:00 2001 From: Dan Gayle Date: Fri, 13 Nov 2015 19:58:16 -0800 Subject: [PATCH] Fixed broken RST code block in RQ documentation, cleaned up the text a little. --- docs/source/topic/using_with_existing_modules.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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