From a1807c20e2dbed5a2e27640b043ae57b774a46f0 Mon Sep 17 00:00:00 2001 From: David Jean Louis Date: Sun, 7 Feb 2010 15:16:44 +0100 Subject: [PATCH] increased depth of the TOC, added some aknowledgements, removed a todo item --- AUTHORS | 9 ++++++--- README | 2 -- docs/index.rst | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index efe0772..c31e1d4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,8 @@ The primary author of django-admin-tools is David Jean Louis . - -Others who have contributed to the application: -None at the moment. +I'd like to thanks the following people in no particular order: +- creators of the mockup of the initial django-cms dashboard proposal; +- all the people that gave me feedback on the django-cms mailing list; +- ojii and its django-dashboard draft from which I borrowed some concepts; +- James Bennett and its excellent django-registration pluggable app from + which I borrowed many things, especially from the documentation. diff --git a/README b/README index 303c45a..0269b27 100644 --- a/README +++ b/README @@ -15,5 +15,3 @@ pluggable app. For installation instructions, see the file "INSTALL" in this directory; for instructions on how to use this application, and on what it provides, see the file "quickstart.rst" in the "docs/" directory. - -todo: write a better README diff --git a/docs/index.rst b/docs/index.rst index 9b84e40..f400976 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,7 +19,7 @@ django-admin-tools, read through the documentation listed below. Contents: .. toctree:: - :maxdepth: 1 + :maxdepth: 2 quickstart installation