diff options
| author | Tim Graham <timograham@gmail.com> | 2016-02-01 11:54:26 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-01 11:54:26 -0500 |
| commit | a9fbf0735a213109ef4b02e02ff3e458b6a25929 (patch) | |
| tree | c9ac521f09711d087e1c501b8427bb102d268fed /docs/howto | |
| parent | d7a6086825d4a308955e792f65fdd9b5f714a505 (diff) | |
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Backport of a6ef025dfb2a1d1bd23893408eef6d066fb506d9 from master
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/custom-management-commands.txt | 10 | ||||
| -rw-r--r-- | docs/howto/deployment/wsgi/apache-auth.txt | 8 | ||||
| -rw-r--r-- | docs/howto/deployment/wsgi/modwsgi.txt | 14 | ||||
| -rw-r--r-- | docs/howto/windows.txt | 4 |
4 files changed, 18 insertions, 18 deletions
diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt index f8dc7b89fa..aee502693c 100644 --- a/docs/howto/custom-management-commands.txt +++ b/docs/howto/custom-management-commands.txt @@ -1,6 +1,6 @@ -==================================== -Writing custom django-admin commands -==================================== +======================================== +Writing custom ``django-admin`` commands +======================================== .. module:: django.core.management @@ -378,8 +378,8 @@ the :meth:`~BaseCommand.handle` method must be implemented. .. _ref-basecommand-subclasses: -BaseCommand subclasses ----------------------- +``BaseCommand`` subclasses +-------------------------- .. class:: AppCommand diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index f27792595b..9246c081e7 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -25,8 +25,8 @@ version >= 2.2 and mod_wsgi >= 2.0. For example, you could: .. _Subversion: http://subversion.tigris.org/ .. _mod_dav: https://httpd.apache.org/docs/2.2/mod/mod_dav.html -Authentication with mod_wsgi -============================ +Authentication with ``mod_wsgi`` +================================ .. note:: @@ -100,8 +100,8 @@ details and information about alternative methods of authentication. .. _Defining Application Groups: https://code.google.com/p/modwsgi/wiki/ConfigurationGuidelines#Defining_Application_Groups .. _access control mechanisms documentation: https://code.google.com/p/modwsgi/wiki/AccessControlMechanisms -Authorization with mod_wsgi and Django groups ---------------------------------------------- +Authorization with ``mod_wsgi`` and Django groups +------------------------------------------------- mod_wsgi also provides functionality to restrict a particular location to members of a group. diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt index d42569e076..a3d5e8a571 100644 --- a/docs/howto/deployment/wsgi/modwsgi.txt +++ b/docs/howto/deployment/wsgi/modwsgi.txt @@ -1,6 +1,6 @@ -========================================== -How to use Django with Apache and mod_wsgi -========================================== +============================================== +How to use Django with Apache and ``mod_wsgi`` +============================================== Deploying Django with Apache_ and `mod_wsgi`_ is a tried and tested way to get Django into production. @@ -91,8 +91,8 @@ should put in this file, and what else you can add to it. See the :ref:`unicode-files` section of the Unicode reference guide for details. -Using a virtualenv -================== +Using a ``virtualenv`` +====================== If you install your project's Python dependencies inside a `virtualenv`_, you'll need to add the path to this virtualenv's ``site-packages`` directory to @@ -113,8 +113,8 @@ Make sure you give the correct path to your virtualenv, and replace .. _daemon-mode: -Using mod_wsgi daemon mode -========================== +Using ``mod_wsgi`` daemon mode +============================== "Daemon mode" is the recommended mode for running mod_wsgi (on non-Windows platforms). To create the required daemon process group and delegate the diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt index 1c2718b8b6..3b65ff66fe 100644 --- a/docs/howto/windows.txt +++ b/docs/howto/windows.txt @@ -29,8 +29,8 @@ matches the version you installed by executing:: python --version -About pip -========= +About ``pip`` +============= `pip`_ is a package manage for Python. It makes installing and uninstalling Python packages (such as Django!) very easy. For the rest of the installation, |
