From b55415bef43c172d9f65eae09442b837662eb873 Mon Sep 17 00:00:00 2001 From: Ondrej Grover Date: Tue, 15 Apr 2014 08:07:31 +0200 Subject: [PATCH] caching docs: replace `generating` with `reading` Caching is implemented only for the reading step. `generating` might confuse people as everything is still written. --- docs/settings.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index 90ffe2b8..d8690230 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -174,7 +174,7 @@ Setting name (default value) from. Can be set to 'title' to use the 'Title:' metadata tag or 'basename' to use the articles basename when creating the slug. `CACHE_CONTENT` (``True``) If ``True``, save read content in a cache file. - See :ref:`generating_only_modified_content` for details about caching. + See :ref:`reading_only_modified_content` for details about caching. `CACHE_DIRECTORY` (``cache``) Directory in which to store cache files. `CHECK_MODIFIED_METHOD` (``mtime``) Controls how files are checked for modifications. `LOAD_CONTENT_CACHE` (``True``) If ``True``, load unmodified content from cache. @@ -718,13 +718,13 @@ be filtered out. For example: ``[(logging.WARN, 'TAG_SAVE_AS is set to False')]`` -.. _generating_only_modified_content: +.. _reading_only_modified_content: -Generating only modified content -================================ +Reading only modified content +============================= -To speed up the build process, pelican can optionally generate only -pages with changed content. +To speed up the build process, pelican can optionally read only articles +and pages with modified content. When Pelican is about to read some content source file: