Browse Source

Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiro

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Adrian Holovaty 15 years ago
parent
commit
88265d4a73

+ 1 - 1
docs/faq/admin.txt

@@ -54,7 +54,7 @@ can be used to control the visibility and editability of objects in the admin.
 My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python.
 ---------------------------------------------------------------------------------------------------------------------------
 
-See :ref:`serving the admin files <howto-deployment-modpython-serving-the-admin-files`
+See :ref:`serving the admin files <howto-deployment-modpython-serving-the-admin-files>`
 in the "How to use Django with mod_python" documentation.
 
 My "list_filter" contains a ManyToManyField, but the filter doesn't display.

+ 1 - 1
docs/ref/contrib/contenttypes.txt

@@ -342,7 +342,7 @@ it would be deleted at the same time.
 Generic relations and aggregation
 ---------------------------------
 
-:ref:`Django's database aggregation API <topics-db-aggregation`
+:ref:`Django's database aggregation API <topics-db-aggregation>`
 doesn't work with a
 :class:`~django.contrib.contenttypes.generic.GenericRelation`. For example, you
 might be tempted to try something like::

+ 1 - 1
docs/ref/templates/api.txt

@@ -380,7 +380,7 @@ If :setting:`TEMPLATE_CONTEXT_PROCESSORS` contains this processor, every
 .. versionchanged:: 1.2
    Prior to version 1.2, the ``messages`` variable was a lazy accessor for
    ``user.get_and_delete_messages()``. It has been changed to include any
-   messages added via the :ref:`messages framework <ref-contrib-messages`.
+   messages added via the :ref:`messages framework <ref-contrib-messages>`.
 
 django.core.context_processors.debug
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ 1 - 1
docs/topics/db/aggregation.txt

@@ -8,7 +8,7 @@ Aggregation
 
 .. currentmodule:: django.db.models
 
-The topic guide on :ref:`Django's database-abstraction API <topics-db-queries`
+The topic guide on :ref:`Django's database-abstraction API <topics-db-queries>`
 described the way that you can use Django queries that create,
 retrieve, update and delete individual objects. However, sometimes you will
 need to retrieve values that are derived by summarizing or *aggregating* a