From cc75b4816248c977039af26b168f72bb158c28d6 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Fri, 27 May 2016 17:19:55 +0900 Subject: [PATCH] Fix docs warning and error This commit fixes a docs warning and error. README.rst:154: WARNING: malformed hyperlink target. README.rst:149: ERROR: Unknown target name: "dogpile.cache.api.cachebackend". Change-Id: I7e5e4f992ece1893fba5d9c90e470c73b9f743fc --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5f0aee05..0f772770 100644 --- a/README.rst +++ b/README.rst @@ -151,7 +151,7 @@ The first is `cache_backend` which is used to set the python class for the `dogpile.cache.dbm` which uses a DBM file on disk. You can effectively disable all caching by setting this value to `dogpile.cache.null`. -.. __dogpile.cache.api.CacheBackend: http://dogpilecache.readthedocs.io/en/latest/api.html#dogpile.cache.api.CacheBackend +.. _dogpile.cache.api.CacheBackend: http://dogpilecache.readthedocs.io/en/latest/api.html#dogpile.cache.api.CacheBackend The second option is `cache_expiration` which is used to set the timeout value to use for any cached responses. This is an integer for the number of seconds