# HG changeset patch # User Thomas De Schampheleire <[email protected]> # Date 1428176347 -7200 # Sat Apr 04 21:39:07 2015 +0200 # Node ID 88604d4deb962af732beb93e7bd926cec3f5d05b # Parent 4fea222af02fbfbd876a79f203d48650cc20e9bc docs/usage: fix section 'trending source files'
The source code reference for the 'trending source files' dictionary was no longer correct, so update it. Additionally, some small rewording. diff --git a/docs/usage/general.rst b/docs/usage/general.rst --- a/docs/usage/general.rst +++ b/docs/usage/general.rst @@ -113,10 +113,10 @@ Trending source files --------------------- -Trending source files are calculated based on a pre-defined dict of known -types and extensions. If you miss some extension or would like to scan some -custom files, it is possible to add new types in the ``LANGUAGES_EXTENSIONS_MAP`` dict -located in ``kallithea/lib/celerylib/tasks.py``. +Trending source files are calculated based on a predefined dictionary of known +types and extensions. If an extension is missing or you would like to scan +custom files, it is possible to extend the ``LANGUAGES_EXTENSIONS_MAP`` +dictionary located in ``kallithea/config/conf.py`` with new types. Cloning remote repositories _______________________________________________ kallithea-general mailing list [email protected] http://lists.sfconservancy.org/mailman/listinfo/kallithea-general
