From 78cb60ab071ac443ef9a4ce84094463e50a85d19 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 10 Sep 2008 04:53:44 +0000 Subject: [PATCH] Changed the 'Getting help' section of the docs index.txt to have consistent trailing punctuation git-svn-id: http://code.djangoproject.com/svn/django/trunk@8998 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/index.txt | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index 24a2f89bd1..59c4bfec4e 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -17,10 +17,10 @@ Having trouble? We'd like to help! the :ref:`detailed table of contents `. * Search for information in the `archives of the django-users mailing list`_, or - `post a question`_ - + `post a question`_. + * Ask a question in the `#django IRC channel`_, or search the `IRC logs`_ to see - if its been asked before + if its been asked before. * Report bugs with Django in our `ticket tracker`_. @@ -35,40 +35,40 @@ First steps :ref:`Overview ` See what writing a database-driven application with Django looks like. - + :ref:`Installation ` Get Django installed on your computer. - + Tutorial: Writing your first Django application =============================================== :ref:`Part 1 ` Get set up, create models, and play with the database API. - + :ref:`Part 2 ` Explore the automatically-generated admin site. - + :ref:`Part 3 ` Write the public interface views. - + :ref:`Part 4 ` Learn how to process forms. - + Using Django ============ :ref:`Models ` Design a single, definitive source of data about your data. - + :ref:`Handling web requests ` Handle web requests, map them to views, and return pages. - + :ref:`Forms ` Build and handle HTML forms. - + :ref:`Templates ` Develop the visual design of your site. - + And more: --------- @@ -84,22 +84,22 @@ And more: * :ref:`topics-signals` * :ref:`topics-testing` * :ref:`topics-http-sessions` - + Add-on ("contrib") applications =============================== :ref:`Django's automatic admin site ` Get a clean interface to your data with no effort at all. - + :ref:`Form tools ` Easily handle complex form workflows. - + :ref:`Syndication feeds ` Generate RSS and Atom feeds of your data. - + :ref:`"Local flavor" ` Give your site that special local touch. - + And more: --------- @@ -119,17 +119,17 @@ Solving specific problems :ref:`Deployment ` Release your project to the world. - + :ref:`Importing data from legacy databases ` Use Django with an existing database or alongside other web development toolkits. :ref:`Custom template tags ` Add your own extensions to Django's template language. - + :ref:`Generating CSV ` & :ref:`PDF ` Produce non-HTML content with Django. - + And more: --------- @@ -147,16 +147,16 @@ Reference :ref:`Settings ` See all of Django's settings and what they do. - + :ref:`Request & response objects ` Understand the classes Django uses to represent HTTP requests and responses. :ref:`Model API reference ` Revel in the gory details of Django's model system. - + :ref:`Form API reference ` Learn the details of forms, fields, and widgets. - + And more: --------- @@ -167,7 +167,7 @@ And more: * :ref:`ref-middleware` * :ref:`ref-templates-index` * :ref:`ref-unicode` - + And all the rest ================