From 9e94f8f06d308e443ed01c7916b0e7aa5771ed01 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Sat, 26 Dec 2009 06:50:28 +0000 Subject: [PATCH] [1.1.X] Removed a couple completed TODO items from the documentation documentation. Backport of r11996 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11997 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/documentation.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/internals/documentation.txt b/docs/internals/documentation.txt index 300728df98..81480abf9a 100644 --- a/docs/internals/documentation.txt +++ b/docs/internals/documentation.txt @@ -130,15 +130,6 @@ TODO The work is mostly done, but here's what's left, in rough order of priority. - * Change the "Added/changed in development version" callouts to proper - Sphinx ``.. versionadded::`` or ``.. versionchanged::`` directives. - - * Check for and fix malformed links. Do this by running ``make linkcheck`` - and fix all of the 300+ errors/warnings. - - In particular, look at all the relative links; these need to be - changed to proper references. - * Most of the various ``index.txt`` documents have *very* short or even non-existent intro text. Each of those documents needs a good short intro the content below that point.