diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-20 10:17:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-20 10:17:49 -0400 |
| commit | d9d24c4521866247f1e5fc1150f5cb9b57979863 (patch) | |
| tree | 7a4cd8e8c2c009be451ab3146c9f008c3f578f26 /docs | |
| parent | f53059b41148da77e8c4cdfcdbec3a7514cd97c9 (diff) | |
Fixed warnings in admindocs; refs #20126.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/admindocs.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt index 4af94bdcf6..6deb7bdbf8 100644 --- a/docs/ref/contrib/admin/admindocs.txt +++ b/docs/ref/contrib/admin/admindocs.txt @@ -30,8 +30,8 @@ the following: * Install the docutils Python module (http://docutils.sf.net/). * **Optional:** Linking to templates requires the :setting:`ADMIN_FOR` setting to be configured. -* **Optional:** Using the admindocs bookmarklets requires the - :mod:`XViewMiddleware<django.contrib.admindocs.middleware>` to be installed. +* **Optional:** Using the admindocs bookmarklets requires + ``django.contrib.admindocs.middleware.XViewMiddleware`` to be installed. Once those steps are complete, you can start browsing the documentation by going to your admin interface and clicking the "Documentation" link in the @@ -157,6 +157,5 @@ Using these bookmarklets requires that you are either logged into the :mod:`Django admin <django.contrib.admin>` as a :class:`~django.contrib.auth.models.User` with :attr:`~django.contrib.auth.models.User.is_staff` set to `True`, or that the -:mod:`XViewMiddleware <django.contrib.admindocs.middleware>` is installed and -you are accessing the site from an IP address listed in -:setting:`INTERNAL_IPS`. +``XViewMiddleware`` is installed and you are accessing the site from an IP +address listed in :setting:`INTERNAL_IPS`. |
