From 88f3f7070da9526ebe29ef8aeada847a9569d5ca Mon Sep 17 00:00:00 2001 From: Seyi Ogunyemi Date: Wed, 12 Oct 2011 04:51:30 +0200 Subject: [PATCH] Added link to todo list. --- docs/notes/contribute.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/notes/contribute.rst b/docs/notes/contribute.rst index f4ddbcd..07c60ef 100644 --- a/docs/notes/contribute.rst +++ b/docs/notes/contribute.rst @@ -6,12 +6,12 @@ Python-guide is under active development, and contributors are welcome. If you have a feature request, suggestion, or bug report, please open a new issue on GitHub_. To submit patches, please send a pull request on GitHub_. Make sure you add yourself to AUTHORS_. -If you'd like to contribute, there's plenty to do. Here's a short todo list. +If you'd like to contribute, there's plenty to do. Here's a short todo_ list. .. include:: ../TODO.rst .. _GitHub: http://github.com/kennethreitz/python-guide/ .. _AUTHORS: http://github.com/kennethreitz/python-guide/blob/master/AUTHORS - +.. _todo: https://github.com/kennethreitz/python-guide/blob/master/TODO.rst