From: Rob Golding Date: Sun, 10 Nov 2013 17:14:57 +0000 (+0000) Subject: Add link to documentation in README X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/2c37e29bb427694643b92fbada6eb0986a815950 Add link to documentation in README --- 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/