From 6a17caad5bbd12692099f080e94394427d491b59 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 9 Sep 2016 14:22:53 +0100 Subject: [PATCH] I really need to stop indenting unordered lists --- README.rst | 8 ++++---- docs/index.rst | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index d08f48e..c6fa512 100644 --- a/README.rst +++ b/README.rst @@ -69,7 +69,7 @@ Other Projects The Channels project is made up of several packages; the others are: - * `Daphne `_, the HTTP and Websocket termination server - * `asgiref `_, the base ASGI library/memory backend - * `asgi_redis `_, the Redis channel backend - * `asgi_ipc `_, the POSIX IPC channel backend +* `Daphne `_, the HTTP and Websocket termination server +* `asgiref `_, the base ASGI library/memory backend +* `asgi_redis `_, the Redis channel backend +* `asgi_ipc `_, the POSIX IPC channel backend diff --git a/docs/index.rst b/docs/index.rst index 93cdeff..93fe135 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -25,11 +25,11 @@ Projects Channels is comprised of five packages: - * `Channels `_, the Django integration layer - * `Daphne `_, the HTTP and Websocket termination server - * `asgiref `_, the base ASGI library/memory backend - * `asgi_redis `_, the Redis channel backend - * `asgi_ipc `_, the POSIX IPC channel backend +* `Channels `_, the Django integration layer +* `Daphne `_, the HTTP and Websocket termination server +* `asgiref `_, the base ASGI library/memory backend +* `asgi_redis `_, the Redis channel backend +* `asgi_ipc `_, the POSIX IPC channel backend This documentation covers the system as a whole; individual release notes and instructions can be found in the individual repositories.