From f11071e802036ff83c6353a3600ba5c0f8da56b9 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Sun, 4 Dec 2016 18:43:15 -0800 Subject: [PATCH] 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. --- docs/delay.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/delay.rst b/docs/delay.rst index 1539fd6..ec9630a 100644 --- a/docs/delay.rst +++ b/docs/delay.rst @@ -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.