From 2c37e29bb427694643b92fbada6eb0986a815950 Mon Sep 17 00:00:00 2001 From: Rob Golding Date: Sun, 10 Nov 2013 17:14:57 +0000 Subject: [PATCH] Add link to documentation in README --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 23de119..34bd4d1 100644 --- a/README.rst +++ b/README.rst @@ -44,4 +44,7 @@ tasklib has a similar API to that of Django's ORM:: >>> tasks[0]['tags'] = ['languages'] >>> tasks[0].save() +For more advanced usage, see the documentation_. + .. _taskwarrior: http://taskwarrior.org +.. _documentation: http://tasklib.readthedocs.org/en/latest/ -- 2.39.2