From 405af243169a97c8a7e6b1206111ee0dc0ab1ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Wed, 4 Jun 2014 15:39:42 -0400 Subject: [PATCH] Fix link markup --- docs/django-sekizai.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/django-sekizai.txt b/docs/django-sekizai.txt index 6fd80c9..ab70b17 100644 --- a/docs/django-sekizai.txt +++ b/docs/django-sekizai.txt @@ -3,12 +3,12 @@ django-sekizai Support ====================== -Django Compressor comes with support for _django-sekizai via an extension. -_django-sekizai provides the ability to include template code, from within +Django Compressor comes with support for django-sekizai_ via an extension. +django-sekizai provides the ability to include template code, from within any block, to a parent block. It is primarily used to include js/css from included templates to the master template. -It requires _django-sekizai to installed. Refer to the _django-sekizai _docs +It requires django-sekizai to be installed. Refer to the `django-sekizai docs`_ for how to use ``render_block`` Usage @@ -21,4 +21,4 @@ Usage .. _django-sekizai: https://github.com/ojii/django-sekizai -.. _docs: http://django-sekizai.readthedocs.org/en/latest/ +.. _django-sekizai docs: http://django-sekizai.readthedocs.org/en/latest/