summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2009-12-26 06:49:54 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2009-12-26 06:49:54 +0000
commiteddb478058a4ab4d8e51c3937b6f6c60b5706e41 (patch)
treee9bf5ebe2ce5363f89fab6c69af1f72692a37229 /docs
parentadb74a8f2eaa3854ff59da30d2261a18415327cc (diff)
Removed a couple completed TODO items from the documentation documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11996 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/documentation.txt9
1 files changed, 0 insertions, 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.