From 74562402dccd2de5806aaed9fdd194c7dae61c73 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sat, 4 Jul 2015 19:19:41 +0200 Subject: [PATCH 1/2] Update README.rst added logo --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f46d04a..a711eff 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,4 @@ -Django Q -======== +.. image:: docs/_static/logo.png A multiprocessing task queue for Django --------------------------------------- From 5468309d3f76c80ca277a80db1ccbf9bebdb718b Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sat, 4 Jul 2015 19:21:21 +0200 Subject: [PATCH 2/2] Update README.rst added rtd link to logo --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index a711eff..f827262 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,5 @@ .. image:: docs/_static/logo.png + :target: https://django-q.readthedocs.org/ A multiprocessing task queue for Django ---------------------------------------