From c9d882c4b6087f2831bb3bc62b473f57904663bf Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 17 Jun 2009 23:57:27 +0000 Subject: [PATCH] Fixed #11336 -- Dummy commit to force refresh of some index pages by Sphinx, caused by file ommitted from [11025] and included in [11026]. Thanks to Peter Landry for the report, and Ramiro for the explanation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11031 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/index.txt | 157 +++++++++++++++++++++++---------------------- docs/ref/index.txt | 1 + 2 files changed, 80 insertions(+), 78 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index 5ea7cfed5d..89ee463dfa 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -1,3 +1,4 @@ + .. _index: ==================== @@ -33,70 +34,70 @@ Having trouble? We'd like to help! First steps =========== - * **From scratch:** + * **From scratch:** :ref:`Overview ` | :ref:`Installation ` - - * **Tutorial:** - :ref:`Part 1 ` | - :ref:`Part 2 ` | - :ref:`Part 3 ` | + + * **Tutorial:** + :ref:`Part 1 ` | + :ref:`Part 2 ` | + :ref:`Part 3 ` | :ref:`Part 4 ` The model layer =============== - * **Models:** - :ref:`Model syntax ` | - :ref:`Field types ` | + * **Models:** + :ref:`Model syntax ` | + :ref:`Field types ` | :ref:`Meta options ` - - * **QuerySets:** - :ref:`Executing queries ` | + + * **QuerySets:** + :ref:`Executing queries ` | :ref:`QuerySet method reference ` - - * **Model instances:** - :ref:`Instance methods ` | + + * **Model instances:** + :ref:`Instance methods ` | :ref:`Accessing related objects ` - - * **Advanced:** - :ref:`Managers ` | - :ref:`Raw SQL ` | - :ref:`Transactions ` | - :ref:`Aggregation ` | + + * **Advanced:** + :ref:`Managers ` | + :ref:`Raw SQL ` | + :ref:`Transactions ` | + :ref:`Aggregation ` | :ref:`Custom fields ` - - * **Other:** - :ref:`Supported databases ` | - :ref:`Legacy databases ` | + + * **Other:** + :ref:`Supported databases ` | + :ref:`Legacy databases ` | :ref:`Providing initial data ` The template layer ================== - * **For designers:** - :ref:`Syntax overview ` | + * **For designers:** + :ref:`Syntax overview ` | :ref:`Built-in tags and filters ` - - * **For programmers:** - :ref:`Template API ` | + + * **For programmers:** + :ref:`Template API ` | :ref:`Custom tags and filters ` The view layer ============== - * **The basics:** - :ref:`URLconfs ` | - :ref:`View functions ` | + * **The basics:** + :ref:`URLconfs ` | + :ref:`View functions ` | :ref:`Shortcuts ` - + * **Reference:** :ref:`Request/response objects ` - - * **File uploads:** - :ref:`Overview ` | - :ref:`File objects ` | - :ref:`Storage API ` | - :ref:`Managing files ` | + + * **File uploads:** + :ref:`Overview ` | + :ref:`File objects ` | + :ref:`Storage API ` | + :ref:`Managing files ` | :ref:`Custom storage ` * **Generic views:** @@ -106,50 +107,50 @@ The view layer * **Advanced:** :ref:`Generating CSV ` | :ref:`Generating PDF ` - - * **Middleware:** - :ref:`Overview ` | + + * **Middleware:** + :ref:`Overview ` | :ref:`Built-in middleware classes ` Forms ===== - * **The basics:** - :ref:`Overview ` | - :ref:`Form API ` | - :ref:`Built-in fields ` | + * **The basics:** + :ref:`Overview ` | + :ref:`Form API ` | + :ref:`Built-in fields ` | :ref:`Built-in widgets ` - - * **Advanced:** - :ref:`Forms for models ` | - :ref:`Integrating media ` | - :ref:`Formsets ` | + + * **Advanced:** + :ref:`Forms for models ` | + :ref:`Integrating media ` | + :ref:`Formsets ` | :ref:`Customizing validation ` - - * **Extras:** - :ref:`Form preview ` | + + * **Extras:** + :ref:`Form preview ` | :ref:`Form wizard ` The development process ======================= - * **Settings:** - :ref:`Overview ` | + * **Settings:** + :ref:`Overview ` | :ref:`Full list of settings ` - * **django-admin.py and manage.py:** - :ref:`Overview ` | + * **django-admin.py and manage.py:** + :ref:`Overview ` | :ref:`Adding custom commands ` - + * **Testing:** :ref:`Overview ` - - * **Deployment:** - :ref:`Overview ` | + + * **Deployment:** + :ref:`Overview ` | :ref:`Apache/mod_wsgi ` | :ref:`Apache/mod_python ` | - :ref:`FastCGI/SCGI/AJP ` | - :ref:`Apache authentication ` | - :ref:`Serving static files ` | + :ref:`FastCGI/SCGI/AJP ` | + :ref:`Apache authentication ` | + :ref:`Serving static files ` | :ref:`Tracking code errors by e-mail ` Other batteries included @@ -183,22 +184,22 @@ Other batteries included The Django open-source project ============================== - * **Community:** - :ref:`How to get involved ` | - :ref:`The release process ` | + * **Community:** + :ref:`How to get involved ` | + :ref:`The release process ` | :ref:`Team of committers ` - - * **Design philosophies:** + + * **Design philosophies:** :ref:`Overview ` - - * **Documentation:** + + * **Documentation:** :ref:`About this documentation ` - - * **Third-party distributions:** + + * **Third-party distributions:** :ref:`Overview ` - - * **Django over time:** - :ref:`API stability ` | + + * **Django over time:** + :ref:`API stability ` | :ref:`Archive of release notes ` | `Backwards-incompatible changes`_ .. _Backwards-incompatible changes: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges diff --git a/docs/ref/index.txt b/docs/ref/index.txt index 3ffa1fcce1..6cc796d8e4 100644 --- a/docs/ref/index.txt +++ b/docs/ref/index.txt @@ -20,3 +20,4 @@ API Reference signals templates/index unicode +