From 2c880ac2e5d5428bebc347dc8f1072c2af2bbcf7 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 2 Feb 2012 15:57:25 +0100 Subject: [PATCH] Fixed minor docs issue. --- docs/settings.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/settings.txt b/docs/settings.txt index d809da4..c099f10 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -22,7 +22,7 @@ Base settings When ``COMPRESS_ENABLED`` is ``False`` the input will be rendered without any compression except for code with a mimetype matching one listed in the :attr:`~django.conf.settings.COMPRESS_PRECOMPILERS` setting. These - matching files are still passed to the precompiler before rendering. + matching files are still passed to the precompiler before rendering. An example for some javascript and coffeescript. @@ -172,7 +172,7 @@ Backend settings - ``compressor.filters.closure.ClosureCompilerFilter`` A filter that uses `Google Closure compiler`_. - + .. attribute:: COMPRESS_CLOSURE_COMPILER_BINARY The Closure compiler filesystem path. Make sure to also prepend @@ -369,8 +369,8 @@ Caching settings The amount of time (in seconds) to cache the modification timestamp of a file. Disabled by default. Should be smaller than - :attr:`django.conf.settings.COMPRESS_REBUILD_TIMEOUT` and - :attr:`django.conf.settings.COMPRESS_MINT_DELAY`. + :attr:`~django.conf.settings.COMPRESS_REBUILD_TIMEOUT` and + :attr:`~django.conf.settings.COMPRESS_MINT_DELAY`. .. attribute:: COMPRESS_DEBUG_TOGGLE