Fix headers in docs (#441)

This fixes the headers so there is a hierarchy on all of them don't show in the TOC at the same level.
This commit is contained in:
Eric Holscher 2016-12-04 18:43:15 -08:00 committed by Andrew Godwin
parent dac6e9454d
commit f11071e802

View File

@ -8,7 +8,7 @@ the `asgi.delay` channel for messages to delay.
Getting Started with Delay
==========================
--------------------------
To Install the app add `channels.delay` to `INSTALLED_APPS`::
@ -29,7 +29,7 @@ Run the delay process to start processing messages
Now you're ready to start delaying messages.
Delaying Messages
=================
-----------------
To delay a message by a fixed number of milliseconds use the `delay` parameter.