From 665f9342d3aab05581e055b4c286661f087cab11 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 10 Sep 2008 05:04:24 +0000 Subject: [PATCH] Reworded a bunch of the links on the docs index to be consistent git-svn-id: http://code.djangoproject.com/svn/django/trunk@8999 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/index.txt | 53 +++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index 59c4bfec4e2..d4f21525100 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -43,7 +43,7 @@ Tutorial: Writing your first Django application =============================================== :ref:`Part 1 ` - Get set up, create models, and play with the database API. + Start a project, create models and play with the database API. :ref:`Part 2 ` Explore the automatically-generated admin site. @@ -61,7 +61,7 @@ Using Django Design a single, definitive source of data about your data. :ref:`Handling web requests ` - Handle web requests, map them to views, and return pages. + Handle web requests, map them to views and return pages. :ref:`Forms ` Build and handle HTML forms. @@ -72,24 +72,23 @@ Using Django And more: --------- - * :ref:`topics-auth` - * :ref:`topics-cache` - * :ref:`topics-email` - * :ref:`topics-files` + * :ref:`Authentication ` + * :ref:`Caching ` + * :ref:`E-mail ` + * :ref:`File uploads ` * :ref:`topics-i18n` - * :ref:`topics-install` * :ref:`topics-pagination` - * :ref:`topics-serialization` - * :ref:`topics-settings` + * :ref:`Serialization ` + * :ref:`Sessions ` + * :ref:`Settings/configuration ` * :ref:`topics-signals` - * :ref:`topics-testing` - * :ref:`topics-http-sessions` + * :ref:`Testing ` Add-on ("contrib") applications =============================== :ref:`Django's automatic admin site ` - Get a clean interface to your data with no effort at all. + Get a clean Web interface to your data with little effort. :ref:`Form tools ` Easily handle complex form workflows. @@ -103,16 +102,16 @@ Add-on ("contrib") applications And more: --------- - * :ref:`ref-contrib-comments-index` - * :ref:`ref-contrib-contenttypes` - * :ref:`ref-contrib-csrf` - * :ref:`ref-contrib-databrowse` - * :ref:`ref-contrib-flatpages` - * :ref:`ref-contrib-humanize` - * :ref:`ref-contrib-redirects` - * :ref:`ref-contrib-sitemaps` - * :ref:`ref-contrib-sites` - * :ref:`ref-contrib-webdesign` + * :ref:`Comments ` + * :ref:`Content types ` + * :ref:`Cross Site Request Forgery protection ` + * :ref:`Databrowse ` + * :ref:`Flatpages ` + * :ref:`Humanize ` + * :ref:`Redirects ` + * :ref:`Sitemaps ` + * :ref:`Sites ` + * :ref:`Web design helpers ` Solving specific problems ========================= @@ -137,10 +136,10 @@ And more: * :ref:`howto-custom-file-storage` * :ref:`howto-custom-management-commands` * :ref:`howto-custom-model-fields` - * :ref:`howto-error-reporting` + * :ref:`Tracking code errors by e-mail ` * :ref:`howto-initial-data` * :ref:`howto-jython` - * :ref:`howto-static-files` + * :ref:`Serving static files ` Reference ========= @@ -155,7 +154,7 @@ Reference Revel in the gory details of Django's model system. :ref:`Form API reference ` - Learn the details of forms, fields, and widgets. + Learn the details of forms, fields and widgets. And more: --------- @@ -172,7 +171,7 @@ And all the rest ================ :ref:`Internals ` - Learn how Django works under the hood, and how you can contribute to the + Learn how Django works under the hood and how you can contribute to the project. :ref:`Release notes ` @@ -180,4 +179,4 @@ And all the rest :ref:`Miscellany ` Stuff we can't find a more organized place for. Like that drawer in your - kitchen with the scissors, batteries, and duct tape. + kitchen with the scissors, batteries and duct tape.